9110 disabled BU4 BU5

<script>
  $(document).ready(function(){
    $("[name^='__bu4']").prop('disabled', true);
    $("[name^='__bu5']").prop('disabled', true);
  });
</script>
parent 05601bb7
...@@ -404,4 +404,10 @@ function goHelp(helpName,inputName){ ...@@ -404,4 +404,10 @@ function goHelp(helpName,inputName){
<!----------END CSC ENDING ZONE --------------------------> <!----------END CSC ENDING ZONE -------------------------->
</form> </form>
</body> </body>
<script>
$(document).ready(function(){
$("[name^='__bu4']").prop('disabled', true);
$("[name^='__bu5']").prop('disabled', true);
});
</script>
</html> </html>
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