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
fbdea553
Commit
fbdea553
authored
Nov 01, 2020
by
Romain Casati
Browse files
Fix: loading error should be notified so connecting earlier.
parent
f316bae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
notebook/basthon/gui.js
View file @
fbdea553
...
...
@@ -22,6 +22,9 @@ window.basthonGUI = (function () {
that
.
dialog
=
that
.
notebook
.
dialog
;
// keeping back events from notebook.
that
.
events
=
that
.
notebook
.
events
;
/* all errors redirected to notification system */
that
.
connectGlobalErrors
();
/*
loading content from query string or from local storage.
...
...
@@ -41,9 +44,6 @@ window.basthonGUI = (function () {
'
output_appended.OutputArea
'
]
)
{
that
.
events
.
bind
(
event
,
()
=>
{
that
.
saveToStorage
();
}
);
}
/* all errors redirected to notification system */
that
.
connectGlobalErrors
();
};
/**
...
...
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