# HG changeset patch # User Dan # Date 1226239355 18000 # Node ID b09cb1dab505b1c1d462ecc46e7c283ed2dbb729 # Parent ebac7eeb89ebce1d9bba9241537491a1d782ff90 [minor] fixed non-hidden next button in ACL trace view diff -r ebac7eeb89eb -r b09cb1dab505 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);