mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
space around : , bis
This commit is contained in:
parent
299106fe38
commit
feabba941f
@ -50,16 +50,16 @@ var IPython = (function (IPython) {
|
||||
// "my_button_group_id"
|
||||
// )
|
||||
//
|
||||
ToolBar.prototype.add_button_group = function(list, group_id){
|
||||
ToolBar.prototype.add_button_group = function (list, group_id) {
|
||||
var span_group = $('<span/>');
|
||||
if( group_id != undefined ) {
|
||||
span_group.attr('id',group_id);
|
||||
}
|
||||
for(var el in list) {
|
||||
var button = $('<button/>').button({
|
||||
icons : {primary: list[el].icon},
|
||||
text : false,
|
||||
label: list[el].label
|
||||
icons : {primary : list[el].icon},
|
||||
text : false,
|
||||
label : list[el].label
|
||||
});
|
||||
var id = list[el].id;
|
||||
if( id != undefined )
|
||||
|
Loading…
x
Reference in New Issue
Block a user