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 cc52cb4 commit f819608Copy full SHA for f819608
1 file changed
assets/src/js/functions/hooks.js
@@ -168,7 +168,7 @@ function updateHook(hook) {
168
169
// Rimozione eventuale della rotella di caricamento
170
var counter = $("#hooks-counter").text();
171
- var number = $("#hooks > li").length;
+ var number = $("#hooks > div").length;
172
173
if (number == 0) {
174
$("#hooks-notified").html('<i class="fa fa-check" aria-hidden="true"></i>');
0 commit comments