summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-14 07:07:07 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-14 07:07:07 -0400
commit15a580ff1de7954ed212a3119b6eb67a7e569a26 (patch)
tree0206f6d9ee44e0d13d39714c3f53262c0ccb4e18
parent46751b53e723fbd5d320284bd22eead312ff69be (diff)
PROD
-rwxr-xr-xstatic/css/dump.css1
-rw-r--r--static/js/pichat.js3
-rw-r--r--static/tunes/busters.midbin0 -> 45467 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index e3d81c3..ce9dd04 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -471,7 +471,6 @@ background-color:#f3f3f3;
max-height:30px;
height: expression(this.width > 30 ? 30: true);
max-width:30px;
-image-rendering: -moz-crisp-edges;
float:right;
right:1px;
z-index:77;
diff --git a/static/js/pichat.js b/static/js/pichat.js
index d52212d..d1769b7 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -481,6 +481,9 @@ function initProfile() {
t.html(buildMsgContent(t.text()));
});
initLogThumb()
+ if (window.location.href == 'http://dump.fm/u/scottbot') {
+ $('body').append($('<embed src="/static/tunes/busters.mid" autostart="true" hidden="true">'));
+ }
};
function initLog() {
diff --git a/static/tunes/busters.mid b/static/tunes/busters.mid
new file mode 100644
index 0000000..a368cda
--- /dev/null
+++ b/static/tunes/busters.mid
Binary files differ