mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Updates for channel-user-password modal and channel-info input-fields
This commit is contained in:
@@ -3,6 +3,7 @@ var Admin = {
|
||||
beginning:true,
|
||||
logged_in: false,
|
||||
|
||||
|
||||
pw: function(msg) {
|
||||
Admin.logged_in = msg;
|
||||
if(!msg) return;
|
||||
@@ -16,13 +17,6 @@ var Admin = {
|
||||
if(Helper.html(".suggested-badge") != "0" && Helper.html(".suggested-badge") != "") {
|
||||
Helper.removeClass(".suggested-badge", "hide");
|
||||
}
|
||||
if(!Helper.mobilecheck()) {
|
||||
Helper.tooltip('#chan_thumbnail', {
|
||||
delay: 5,
|
||||
position: "left",
|
||||
html: "imgur link"
|
||||
});
|
||||
}
|
||||
} else {
|
||||
Admin.hideUserSuggested();
|
||||
}
|
||||
@@ -148,6 +142,7 @@ var Admin = {
|
||||
},
|
||||
|
||||
set_conf: function(conf_array) {
|
||||
conf = conf_array;
|
||||
music = conf_array.allvideos;
|
||||
longsongs = conf_array.longsongs;
|
||||
names = ["vote","addsongs","longsongs","frontpage", "allvideos",
|
||||
|
||||
Reference in New Issue
Block a user