We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515b28c commit 61a1005Copy full SHA for 61a1005
web/js/app.js
@@ -1044,7 +1044,7 @@ hover_menu = function() {
1044
1045
1046
function checkedAll(frmname) {
1047
- if ($('.l-unit.selected:not(.header)').length > 0) {
+ if ($('.l-unit.selected:not(.header)').length > 0 || !$('.l-unit').length ) {
1048
$('.l-unit:not(.header)').removeClass("selected");
1049
$('.ch-toggle').prop("checked", false);
1050
$('.toggle-all').removeClass('clicked-on');
0 commit comments