[UPDT] BASE: Add data-action attribute from drop down option in delete in nav bar
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user