##// END OF EJS Templates
don't color delete buton
MinRK -
Show More
@@ -213,7 +213,7 b' var IPython = (function (IPython) {'
213 NotebookList.prototype.add_delete_button = function (item) {
213 NotebookList.prototype.add_delete_button = function (item) {
214 var new_buttons = $('<span/>').addClass("btn-group pull-right");
214 var new_buttons = $('<span/>').addClass("btn-group pull-right");
215 var notebooklist = this;
215 var notebooklist = this;
216 var delete_button = $("<button/>").text("Delete").addClass("btn btn-mini btn-danger").
216 var delete_button = $("<button/>").text("Delete").addClass("btn btn-mini").
217 click(function (e) {
217 click(function (e) {
218 // $(this) is the button that was clicked.
218 // $(this) is the button that was clicked.
219 var that = $(this);
219 var that = $(this);
General Comments 0
You need to be logged in to leave comments. Login now