mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
remove one useless element
This commit is contained in:
parent
9ba887ed95
commit
93b5ea9d86
@ -34,11 +34,9 @@ var IPython = (function (IPython) {
|
||||
|
||||
|
||||
CellToolbar.prototype.create_element = function () {
|
||||
this.inner_element = $('<div/>');
|
||||
var ctb_element = $('<div/>').addClass('celltoolbar hbox reverse')
|
||||
.append(this.inner_element);
|
||||
this.inner_element = $('<div/>').addClass('celltoolbar hbox reverse')
|
||||
this.element = $('<div/>').addClass('ctb_hideshow')
|
||||
.append(ctb_element);
|
||||
.append(this.inner_element);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user