Don't use filesystem by default

This commit is contained in:
copy 2015-01-12 19:13:02 +01:00
commit 995aa19fa8

View file

@ -334,10 +334,10 @@
{
// called on window.onload, in debug mode
settings.filesystem = {
baseurl: "http://localhost/v86-images/arch/",
basefs: "http://localhost/v86-images/fs.json",
};
//settings.filesystem = {
// baseurl: "http://localhost/v86-images/arch/",
// basefs: "http://localhost/v86-images/fs.json",
//};
$("restore_state").onchange = function()
{