diff options
| author | tim b <timb@camcompu.home> | 2010-07-02 09:43:09 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-02 09:43:09 -0700 |
| commit | 7643767be4f7bd852efe67aa203cd96b091403de (patch) | |
| tree | 05c4a4733a271f9765d2bb5746234491df2aa765 | |
| parent | 6892c44d545d6e70671c7e680a373cc42e399ecc (diff) | |
looping off, god
| -rw-r--r-- | static/js/pichat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 40ff9dd..91e44a7 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -110,7 +110,7 @@ function linkReplace(url) { "<img class='youtube-thumb' width='130' height='97' src='"+Youtube.nextThumbUrl(uri.queryKey.v)+"'>" + "<img class='youtube-controls' src='/static/img/youtube.controls.png'></a>" } else if (type == 'midi' || type == 'wav') { - return '<embed src="'+linkUrl+'" loop="true" autostart="false" volume="80" width="150" height="20" style="vertical-align:bottom"> <a href="'+linkUrl+'">'+uri.file+'</a>' + return '<embed src="'+linkUrl+'" loop="false" autostart="false" volume="80" width="150" height="20" style="vertical-align:bottom"> <a href="'+linkUrl+'">'+uri.file+'</a>' } else return "<a target='_blank' href='" + linkUrl + "'>" + url + "</a>"; |
