diff --git a/docs/www/emulator/index.html b/docs/www/emulator/index.html
index bb077a717..64f2ce233 100644
--- a/docs/www/emulator/index.html
+++ b/docs/www/emulator/index.html
@@ -36,7 +36,7 @@
var cdrom_full = '../download/' + image_name;
var hostname = window.location.hostname;
if(hostname = 'ivandavidov.github.io') {
- hostname = 'https://github.com/ivandavidov/minimal/releases/download/20-Jan-2017/' + image_name
+ cdrom_full = 'https://github.com/ivandavidov/minimal/releases/download/20-Jan-2017/' + image_name
}
var emulator = window.emulator = new V86Starter({
memory_size: 256 * 1024 * 1024,