Commit 4a5e7211 authored by Sven Franck's avatar Sven Franck

debug: alert error

parent 35b4e1ff
...@@ -5498,7 +5498,6 @@ ...@@ -5498,7 +5498,6 @@
// fetch pageIndex and trigger loading of page and gadgets of a view // fetch pageIndex and trigger loading of page and gadgets of a view
if (e === undefined || handle) { if (e === undefined || handle) {
alert(config.root.split("?")[0])
return storage.fetchConfigAttachment({ return storage.fetchConfigAttachment({
"storage": app.storage_dict.settings, "storage": app.storage_dict.settings,
"file": "pages", "file": "pages",
...@@ -7254,6 +7253,7 @@ ...@@ -7254,6 +7253,7 @@
// TODO: something... // TODO: something...
app.util.error = function (err) { app.util.error = function (err) {
console.log(err); console.log(err);
alert(err);
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment