To the most conservative choice.

pull/37/head
Brian E. Granger 12 years ago
parent 445f6225e8
commit 5a087f2a66

@ -86,12 +86,12 @@ var IPython = (function (IPython) {
// Kernel events
$([IPython.events]).on('status_idle.Kernel',function () {
IPython.save_widget.update_document_title();
$kernel_ind_icon.attr('class','').attr('title','Kernel Idle');
$kernel_ind_icon.attr('class','icon-circle-blank').attr('title','Kernel Idle');
});
$([IPython.events]).on('status_busy.Kernel',function () {
window.document.title='(Busy) '+window.document.title;
$kernel_ind_icon.attr('class','icon-sun icon-spin').attr('title','Kernel Busy');
$kernel_ind_icon.attr('class','icon-circle').attr('title','Kernel Busy');
});
$([IPython.events]).on('status_restarting.Kernel',function () {

Loading…
Cancel
Save