Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Notebook
Commits
d03bdc68
Commit
d03bdc68
authored
Nov 01, 2020
by
Romain Casati
Browse files
In case of error during the loading process, loader is hiden (to make the app usable).
parent
d4096178
Changes
1
Hide whitespace changes
Inline
Side-by-side
notebook/basthon/gui.js
View file @
d03bdc68
...
...
@@ -62,6 +62,8 @@ window.basthonGUI = (function () {
},
},
});
// In case of error, force loader hiding.
Basthon
.
Goodies
.
hideLoader
();
}
/* all errors redirected to notification system */
window
.
addEventListener
(
'
error
'
,
onerror
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment