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

debug: alert error

parent 35b4e1ff
......@@ -5498,7 +5498,6 @@
// fetch pageIndex and trigger loading of page and gadgets of a view
if (e === undefined || handle) {
alert(config.root.split("?")[0])
return storage.fetchConfigAttachment({
"storage": app.storage_dict.settings,
"file": "pages",
......@@ -7254,6 +7253,7 @@
// TODO: something...
app.util.error = function (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