mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
That this typo
This commit is contained in:
parent
0ca3ce1236
commit
c3838cf2c9
@ -332,6 +332,7 @@ define([
|
||||
var selected = [];
|
||||
var has_running_notebook = false;
|
||||
var has_directory = false;
|
||||
var that = this;
|
||||
$('.list_item :checked').each(function(index, item) {
|
||||
var parent = $(item).parent().parent();
|
||||
selected.push({
|
||||
|
Loading…
Reference in New Issue
Block a user