mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-12 12:29:34 +00:00
Fixed error where configure is run twice
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -83,7 +83,6 @@ var Admin = {
|
|||||||
$("#password").val("");
|
$("#password").val("");
|
||||||
$("#password").attr("placeholder", "Change channel password")
|
$("#password").attr("placeholder", "Change channel password")
|
||||||
if(!window.mobilecheck()){
|
if(!window.mobilecheck()){
|
||||||
console.log("adding");
|
|
||||||
$(".playlist-tabs").removeClass("hide");
|
$(".playlist-tabs").removeClass("hide");
|
||||||
$("#top-button").toggleClass("top-button-with-tabs");
|
$("#top-button").toggleClass("top-button-with-tabs");
|
||||||
$("#wrapper").toggleClass("tabs_height");
|
$("#wrapper").toggleClass("tabs_height");
|
||||||
|
|||||||
Reference in New Issue
Block a user