diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-14 07:07:07 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-14 07:07:07 -0400 |
| commit | 15a580ff1de7954ed212a3119b6eb67a7e569a26 (patch) | |
| tree | 0206f6d9ee44e0d13d39714c3f53262c0ccb4e18 /static/js/pichat.js | |
| parent | 46751b53e723fbd5d320284bd22eead312ff69be (diff) | |
PROD
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 3 |
1 files changed, 3 insertions, 0 deletions
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() { |
