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

Style fix.

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