Hello guys, this is my new Summer lookbook, please go check it out!
This commit is contained in:
astaar
2017-08-06 00:02:15 +02:00
parent 4bec2d6928
commit fba2653302
5 changed files with 159 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ var status = "on";
var exception = "off";
function changeStatus(){
var element = $("#status");
var element = $("#statusBtn");
var val = "Global Enable";
if(status == "on"){