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