From 03d5b8d46c50dd133b3b9d55a358dbaca353c869 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Wed, 27 Dec 2017 03:13:22 +0200 Subject: [PATCH] Reverted to the old JS logic. Minor text alignment updates. --- docs/www/emulator/index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/www/emulator/index.html b/docs/www/emulator/index.html index 64f2ce233..230ec376e 100644 --- a/docs/www/emulator/index.html +++ b/docs/www/emulator/index.html @@ -24,8 +24,7 @@
- This is JavaScript based PC emulator which works entirely in your browser and some OS features may not behave - properly in it. All CPU instructions are emulated via JavaScript and the boot process may take 10-20 minutes. + This is JavaScript based PC emulator which works entirely in your browser and some OS features may not behave properly in it. All CPU instructions are emulated via JavaScript and the boot process may take 10-20 minutes.
@@ -34,10 +33,6 @@ window.onload = function () { var image_name = 'minimal_linux_live_20-Jan-2017_32-bit.iso'; var cdrom_full = '../download/' + image_name; - var hostname = window.location.hostname; - if(hostname = 'ivandavidov.github.io') { - 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, vga_memory_size: 16 * 1024 * 1024,