Skip to content
Snippets Groups Projects
Commit d5f144de authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Remove redundant lightbox code from common.js

parent 5a046b3e
No related merge requests found
......@@ -124,11 +124,6 @@ $(document).ready(function() {
$('.checkbox-select-all').change(function() {
$(this).closest('form').find('.checkbox-select-item').attr('checked', this.checked);
});
$('#modal').find('.checkbox-select-item').change(function() {
if(!this.checked) {
$(this).closest('form').find('.checkbox-select-all').attr('checked', false);
}
});
// handle QR code links
$('a.qrcodeLink').click(function() {
......
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