mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
fix multiple busy in title bar due to completer
This commit is contained in:
parent
7301213124
commit
2976d8ea10
@ -44,7 +44,6 @@ var IPython = (function(IPython ) {
|
||||
that.skip_kernel_completion = true;
|
||||
});
|
||||
$([IPython.events]).on('status_idle.Kernel',function () {
|
||||
window.document.title='(Busy) '+window.document.title;
|
||||
that.skip_kernel_completion = false;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user