mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed error where configure is run twice
This commit is contained in:
@@ -83,7 +83,6 @@ var Admin = {
|
||||
$("#password").val("");
|
||||
$("#password").attr("placeholder", "Change channel password")
|
||||
if(!window.mobilecheck()){
|
||||
console.log("adding");
|
||||
$(".playlist-tabs").removeClass("hide");
|
||||
$("#top-button").toggleClass("top-button-with-tabs");
|
||||
$("#wrapper").toggleClass("tabs_height");
|
||||
|
||||
Reference in New Issue
Block a user