Skip to content

Commit f819608

Browse files
committed
fix: #1624 icona notifiche hooks
1 parent cc52cb4 commit f819608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/src/js/functions/hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function updateHook(hook) {
168168

169169
// Rimozione eventuale della rotella di caricamento
170170
var counter = $("#hooks-counter").text();
171-
var number = $("#hooks > li").length;
171+
var number = $("#hooks > div").length;
172172

173173
if (number == 0) {
174174
$("#hooks-notified").html('<i class="fa fa-check" aria-hidden="true"></i>');

0 commit comments

Comments
 (0)