##// END OF EJS Templates
That this typo
Jonathan Frederic -
Show More
@@ -332,6 +332,7 b' define(['
332 var selected = [];
332 var selected = [];
333 var has_running_notebook = false;
333 var has_running_notebook = false;
334 var has_directory = false;
334 var has_directory = false;
335 var that = this;
335 $('.list_item :checked').each(function(index, item) {
336 $('.list_item :checked').each(function(index, item) {
336 var parent = $(item).parent().parent();
337 var parent = $(item).parent().parent();
337 selected.push({
338 selected.push({
General Comments 0
You need to be logged in to leave comments. Login now