disabled saved button
This commit is contained in:
@@ -222,8 +222,9 @@ function closeform(admin, increment) {
|
||||
|
||||
MyLink = GreateLink(admin, actions, param_name, param_value);
|
||||
|
||||
if (DivF)
|
||||
if (DivF){
|
||||
document.getElementById("forms").style.visibility = "visible";
|
||||
}
|
||||
else {
|
||||
if (document.getElementById("forms").style.visibility == "visible"){
|
||||
document.getElementById("forms").style.visibility = "hidden";
|
||||
|
||||
Reference in New Issue
Block a user