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
3288a322
Commit
3288a322
authored
Oct 18, 2020
by
Romain Casati
Browse files
Removing display message at quit.
parent
d8e76fe8
Pipeline
#352973
passed with stages
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
notebook/static/notebook/js/notebook.js
View file @
3288a322
...
...
@@ -425,6 +425,11 @@ define([
if
(
kill_kernel
)
{
that
.
session
.
delete
();
}
/* [Basthon] */
// added to avoid message showing.
return
;
if
(
utils
.
browser
[
0
]
===
"
Firefox
"
)
{
// Workaround ancient Firefox bug showing beforeunload twice: https://bugzilla.mozilla.org/show_bug.cgi?id=531199
if
(
that
.
_ff_beforeunload_fired
)
{
...
...
Write
Preview
Supports
Markdown
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