mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Created dynamic listeners, and functions to add/remove listeners
This commit is contained in:
@@ -122,7 +122,6 @@ var Admin = {
|
||||
if(Helper.html("#admin-lock") != "lock") {
|
||||
if(!Helper.mobilecheck()) {
|
||||
Helper.tooltip('#admin-lock', "destroy");
|
||||
//$('#admin-lock').tooltip('destroy');
|
||||
}
|
||||
Helper.removeClass("#admin-lock", "clickable");
|
||||
document.getElementById("admin-lock").innerHTML = "lock";
|
||||
|
||||
Reference in New Issue
Block a user