[UPDT] BASE: Add data-action attribute from drop down option in delete in nav bar

This commit is contained in:
Horilla
2024-09-09 16:19:56 +05:30
parent 347659892e
commit 8203ba97d4
11 changed files with 558 additions and 968 deletions

View File

@@ -2,10 +2,9 @@ var activityButton = $("#attendance-activity-container").find("button");
outUrl = "/attendance/clock-out";
bttnUrl = activityButton.attr("hx-get");
if (outUrl == bttnUrl) {
}
console.log(outUrl);
console.log(bttnUrl);
console.log(activityButton);