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

Style fix.

parent 7140bafd
No related merge requests found
...@@ -436,7 +436,7 @@ $(document).ready(function(){ ...@@ -436,7 +436,7 @@ $(document).ready(function(){
}); });
$('#ribbon-print').unbind('click').click(function(){ $('#ribbon-print').unbind('click').click(function(){
//redirect page //redirect page
var url = path+'/Records/Home?print=true' var url = path+'/Records/Home?print=true';
var checks = $('.recordNumber [type=checkbox]:checked'); var checks = $('.recordNumber [type=checkbox]:checked');
$('.bulkActionButtons .error').remove(); $('.bulkActionButtons .error').remove();
if(checks.length == 0) { if(checks.length == 0) {
......
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