diff options
| author | scottbot <sbostler@gmail.com> | 2010-05-19 21:17:57 -0400 |
|---|---|---|
| committer | scottbot <sbostler@gmail.com> | 2010-05-19 21:17:57 -0400 |
| commit | ab2715f972dfc4707987895d1e66f571689a9848 (patch) | |
| tree | 9e6775b9e70232169d9a7daf6c3e1b2045bed41d /static/js | |
| parent | 90de261feb9aabc17c3839848cf203e2404b4196 (diff) | |
Added profile test templates
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/pichat.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index da68baa..666f3da 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -512,9 +512,6 @@ function initProfile() { t.html(buildMsgContent(t.text())); }); initLogThumb() - if (window.location.href == 'http://dump.fm/scottbot') { - $('body').append($('<embed src="/static/tunes/busters.mid" autostart="true" hidden="true">')); - } }; function initLog() { |
