Url fix
This commit is contained in:
Vendored
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user