mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
don't color delete buton
This commit is contained in:
parent
1afda874eb
commit
df2b86d39c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user