From cdfedd584fde135a91457593652639b92af2778b Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 22 Oct 2014 14:27:08 -0400 Subject: [PATCH] Removed duplicate code. --- themes/bootstrap3/js/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js index 7b10162c532..9217295e833 100644 --- a/themes/bootstrap3/js/common.js +++ b/themes/bootstrap3/js/common.js @@ -157,7 +157,6 @@ function bulkActionLightboxHandler($form, refreshOnDelete) { } if (submit == 'print') { //redirect page - var checks = $form.find('input.checkbox-select-item:checked'); var url = path+'/Records/Home?print=true'; for(var i=0;i<checks.length;i++) { url += '&id[]='+checks[i].value; -- GitLab