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