Lines 351-357
Link Here
|
351 |
}); |
351 |
}); |
352 |
|
352 |
|
353 |
$("#record_ids_selection").on("submit", function(e){ |
353 |
$("#record_ids_selection").on("submit", function(e){ |
354 |
var tab = $(this).find('.ui-tabs-active:first a').attr('href'); |
354 |
var tab = $(this).find('#batch_del_form:active:first a').attr('href'); |
355 |
if ( tab == '#uploadfile_tab' ) { |
355 |
if ( tab == '#uploadfile_tab' ) { |
356 |
$("#shelf_number").empty(''); |
356 |
$("#shelf_number").empty(''); |
357 |
$("#recordnumber_list").val(''); |
357 |
$("#recordnumber_list").val(''); |
358 |
- |
|
|