Fixed error where configure is run twice

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-11 16:44:17 +02:00
parent 8d1dd7018a
commit 40d424e24a
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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");