summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/istreamdev.js2
-rw-r--r--ram/RAM0
2 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>');
}
})
});
diff --git a/ram/RAM b/ram/RAM
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ram/RAM