summaryrefslogtreecommitdiff
path: root/js/istreamdev.js
diff options
context:
space:
mode:
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>');
}
})
});