Skip to content

Commit a254350

Browse files
committed
Remove comment referring to the deleted miqUpdateAllCheckboxes function
1 parent 57a3443 commit a254350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/oldjs/miq_application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ window.miqSetToolbarCount = function(count) {
385385
window.miqSetButtons = function(count, button_div) {
386386
if (button_div.match('_tb$') && count === 0) {
387387
// FIXME: this should be happening regardless of `count === 0`
388-
// ..but that needs more refactoring around miqUpdateAllCheckboxes, miqUpdateButtons, etc.
388+
// ..but that needs more refactoring around miqUpdateButtons, etc.
389389
miqSetToolbarCount(count);
390390
return;
391391
}

0 commit comments

Comments
 (0)