diff options
author | Alib <aliboba@free.fr> | 2010-03-29 13:49:44 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-29 13:49:44 +0200 |
commit | a29f8019c9f1056e9677431ad9ee7a06e120b2ac (patch) | |
tree | ce644f426bb18a279c417e74f691ef82c033c432 /js/istreamdev.js | |
parent | 229e825d27c612be4530ee3005f8a0b2cda6e655 (diff) | |
download | istreamdev-a29f8019c9f1056e9677431ad9ee7a06e120b2ac.tar.gz istreamdev-a29f8019c9f1056e9677431ad9ee7a06e120b2ac.tar.bz2 |
added ram dir
Diffstat (limited to 'js/istreamdev.js')
-rw-r--r-- | js/istreamdev.js | 2 |
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>');
}
})
});
|