Show More
@@ -31,11 +31,7 b' var IPython = (function (IPython) {' | |||
|
31 | 31 | this.add_shutdown_button(item,this.sessions[path]); |
|
32 | 32 | } |
|
33 | 33 | |
|
34 |
|
|
|
35 | $('#' + this.element_name + '_list_header').show(); | |
|
36 | } else { | |
|
37 | $('#' + this.element_name + '_list_header').hide(); | |
|
38 | } | |
|
34 | $('#running_list_header').toggle($.isEmptyObject(d)); | |
|
39 | 35 | } |
|
40 | 36 | |
|
41 | 37 | IPython.KernelList = KernelList; |
General Comments 0
You need to be logged in to leave comments.
Login now