[minor] fixed non-hidden next button in ACL trace view
authorDan
Sun, 09 Nov 2008 09:02:35 -0500
changeset 730 b09cb1dab505
parent 729 ebac7eeb89eb
child 731 8e6dbf6882c2
[minor] fixed non-hidden next button in ACL trace view
includes/clientside/static/acl.js
--- a/includes/clientside/static/acl.js	Sat Nov 08 22:37:59 2008 -0500
+++ b/includes/clientside/static/acl.js	Sun Nov 09 09:02:35 2008 -0500
@@ -1244,6 +1244,9 @@
 
 function aclDrawTraceWrapper(data)
 {
+  // hide the next button
+  document.getElementById(aclManagerID + '_next').style.display = 'none';
+  
   var trace_by_perm = aclDrawTraceByPerm(data);
   var trace_by_rule = aclDrawTraceByRule(data);