JS fix.
This commit is contained in:
parent
fbe97f1e71
commit
40bf9a2b13
@ -36,7 +36,7 @@
|
|||||||
var cdrom_full = '../download/' + image_name;
|
var cdrom_full = '../download/' + image_name;
|
||||||
var hostname = window.location.hostname;
|
var hostname = window.location.hostname;
|
||||||
if(hostname = 'ivandavidov.github.io') {
|
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({
|
var emulator = window.emulator = new V86Starter({
|
||||||
memory_size: 256 * 1024 * 1024,
|
memory_size: 256 * 1024 * 1024,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user