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