restore default behavior for automatic cluster size

the up/down buttons still work, but it doesn't populate everything with 2,
which was wrong.
MinRK 13 years ago
parent 63bb914670
commit 276d8b68bb

@ -114,7 +114,6 @@ var IPython = (function (IPython) {
var engines_col = $('<span/>').addClass('engines_col');
var input = $('<input/>').attr('type','number')
.attr('min',1)
.attr('value',2)
.attr('size',3)
.addClass('engine_num_input');
engines_col.append(input);

Loading…
Cancel
Save