summaryrefslogtreecommitdiff
path: root/js/istreamdev.js
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-29 13:49:44 +0200
committerAlib <aliboba@free.fr>2010-03-29 13:49:44 +0200
commita29f8019c9f1056e9677431ad9ee7a06e120b2ac (patch)
treece644f426bb18a279c417e74f691ef82c033c432 /js/istreamdev.js
parent229e825d27c612be4530ee3005f8a0b2cda6e655 (diff)
downloadistreamdev-a29f8019c9f1056e9677431ad9ee7a06e120b2ac.tar.gz
istreamdev-a29f8019c9f1056e9677431ad9ee7a06e120b2ac.tar.bz2
added ram dir
Diffstat (limited to 'js/istreamdev.js')
-rw-r--r--js/istreamdev.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/istreamdev.js b/js/istreamdev.js
index 061fe6e..0a7ba69 100644
--- a/js/istreamdev.js
+++ b/js/istreamdev.js
@@ -191,7 +191,7 @@ $('#streaming').bind('pageAnimationStart', function(event, info){
var session = $("#streaming").find('span[rel="session"]').text();
if (info.direction == 'out') {
var time = new Date();
- $('#player').html('<img class="thumbnail" id="thumbnail" src="ram/session' + session + '/thumb.png"></img>');
+ $('#player').html('<img class="thumbnail" id="thumbnail" src="ram/session' + session + '/thumb.png" onerror="this.src=\'img/nologoMEDIA.png\'"></img>');
}
})
});