add link in potential dashboard
This commit is contained in:
@@ -168,6 +168,13 @@ document.addEventListener("DOMContentLoaded", async function (e) {
|
||||
await new DashboardPotentialInsideSystem().init();
|
||||
});
|
||||
|
||||
function handleCircleClick(element) {
|
||||
const url = element.getAttribute("data-url") || "#";
|
||||
if (url !== "#") {
|
||||
window.location.href = url;
|
||||
}
|
||||
}
|
||||
|
||||
function resizeDashboard() {
|
||||
let targetElement = document.getElementById("lack-of-potential-wrapper");
|
||||
let dashboardElement = document.getElementById(
|
||||
|
||||
Reference in New Issue
Block a user