This commit is contained in:
Pusdatin BPKD Jkt
2022-08-08 16:07:59 +07:00
parent 2733073239
commit 82a5869d1c
7 changed files with 27 additions and 33 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ refreshNotif = ()=>{
</a>
<div class="dropdown-divider"></div>`;
});
$listElm += `<a href="/notif" class="dropdown-item dropdown-footer">Lihat semua Notifikasi</a>`;
$listElm += `<a href="`+Url+`/notif" class="dropdown-item dropdown-footer">Lihat semua Notifikasi</a>`;
$("#list_notif").html($listElm);
}
}