don't color delete buton

This commit is contained in:
MinRK 2013-06-13 10:44:06 -04:00
parent 1afda874eb
commit df2b86d39c

View File

@ -213,7 +213,7 @@ var IPython = (function (IPython) {
NotebookList.prototype.add_delete_button = function (item) {
var new_buttons = $('<span/>').addClass("btn-group pull-right");
var notebooklist = this;
var delete_button = $("<button/>").text("Delete").addClass("btn btn-mini btn-danger").
var delete_button = $("<button/>").text("Delete").addClass("btn btn-mini").
click(function (e) {
// $(this) is the button that was clicked.
var that = $(this);