##// END OF EJS Templates
fix multiple busy in title bar due to completer
Matthias BUSSONNIER -
Show More
@@ -44,7 +44,6 b' var IPython = (function(IPython ) {'
44 that.skip_kernel_completion = true;
44 that.skip_kernel_completion = true;
45 });
45 });
46 $([IPython.events]).on('status_idle.Kernel',function () {
46 $([IPython.events]).on('status_idle.Kernel',function () {
47 window.document.title='(Busy) '+window.document.title;
48 that.skip_kernel_completion = false;
47 that.skip_kernel_completion = false;
49 });
48 });
50
49
General Comments 0
You need to be logged in to leave comments. Login now