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