##// END OF EJS Templates
Merge pull request #7460 from minrk/kernel-indicator...
Matthias Bussonnier -
r19946:d4e75b36 merge
parent child Browse files
Show More
@@ -230,7 +230,7 b' define(['
230 knw.danger(short, undefined, showMsg);
230 knw.danger(short, undefined, showMsg);
231 });
231 });
232
232
233 this.events.on('kernel_starting.Kernel', function () {
233 this.events.on('kernel_starting.Kernel kernel_created.Session', function () {
234 window.document.title='(Starting) '+window.document.title;
234 window.document.title='(Starting) '+window.document.title;
235 $kernel_ind_icon.attr('class','kernel_busy_icon').attr('title','Kernel Busy');
235 $kernel_ind_icon.attr('class','kernel_busy_icon').attr('title','Kernel Busy');
236 knw.set_message("Kernel starting, please wait...");
236 knw.set_message("Kernel starting, please wait...");
General Comments 0
You need to be logged in to leave comments. Login now