Commit 7758fff6 authored by wansari's avatar wansari

W16HDES001 updated JS to remove pointer evetns as none for Add button


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104062 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd37562e
...@@ -4200,6 +4200,8 @@ function itemChange(field) ...@@ -4200,6 +4200,8 @@ function itemChange(field)
hideDivOnLoad = "1"; hideDivOnLoad = "1";
openImage(this,index); openImage(this,index);
hideDivOnLoad = "0"; hideDivOnLoad = "0";
document.getElementById("AddButton").style.pointerEvents = "auto";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment