diff options
| author | sostler <sbostler@gmail.com> | 2010-04-14 07:07:29 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-14 07:07:29 -0400 |
| commit | 565f9b9a6ad2c8b71874767694142e91e1d082f7 (patch) | |
| tree | 142fba1e5085611913833da59a01bb67639845df /static/js/pichat.js | |
| parent | b79243c7d06987672cffea75695e1036911dac13 (diff) | |
| parent | 15a580ff1de7954ed212a3119b6eb67a7e569a26 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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 dc91a51..d7728cc 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -482,6 +482,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() { |
