Don't use filesystem by default
This commit is contained in:
parent
3d813a5580
commit
995aa19fa8
1 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue