Skip to content
Snippets Groups Projects
Commit cdfedd58 authored by Demian Katz's avatar Demian Katz
Browse files

Removed duplicate code.

parent e379322d
No related merge requests found
...@@ -157,7 +157,6 @@ function bulkActionLightboxHandler($form, refreshOnDelete) { ...@@ -157,7 +157,6 @@ function bulkActionLightboxHandler($form, refreshOnDelete) {
} }
if (submit == 'print') { if (submit == 'print') {
//redirect page //redirect page
var checks = $form.find('input.checkbox-select-item:checked');
var url = path+'/Records/Home?print=true'; var url = path+'/Records/Home?print=true';
for(var i=0;i<checks.length;i++) { for(var i=0;i<checks.length;i++) {
url += '&id[]='+checks[i].value; url += '&id[]='+checks[i].value;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment