mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Started migration from jquery
This commit is contained in:
@@ -9,8 +9,8 @@ var Admin = {
|
||||
w_p = false;
|
||||
|
||||
if(Admin.logged_in) {
|
||||
$("#thumbnail_form").css("display", "inline-block");
|
||||
$("#description_form").css("display", "inline-block");
|
||||
Helper.css("#thumbnail_form", "display", "inline-block");
|
||||
Helper.css("#description_form", "display", "inline-block");
|
||||
$("#user_suggests").removeClass("hide");
|
||||
$("#user-suggest-html").removeClass("hide");
|
||||
if($(".suggested-badge").text() != "0" && $(".suggested-badge").text() != "") {
|
||||
|
||||
Reference in New Issue
Block a user