[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. a532023f0b530aa5f0ec632d81cdcc9bc35004b8
Thomas Sibley
trs at bestpractical.com
Sat Jun 1 20:32:10 EDT 2013
The branch, master has been updated
via a532023f0b530aa5f0ec632d81cdcc9bc35004b8 (commit)
from 144e58ae2fba03ab38cad496555cac7fec0b4188 (commit)
Summary of changes:
html/NoAuth/js/rt.cpan.org.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit a532023f0b530aa5f0ec632d81cdcc9bc35004b8
Author: Thomas Sibley <trs at bestpractical.com>
Date: Sat Jun 1 17:32:01 2013 -0700
Avoid dashboard selection boxes too
diff --git a/html/NoAuth/js/rt.cpan.org.js b/html/NoAuth/js/rt.cpan.org.js
index 48f87fb..2f8adb4 100644
--- a/html/NoAuth/js/rt.cpan.org.js
+++ b/html/NoAuth/js/rt.cpan.org.js
@@ -11,8 +11,8 @@ jQuery(function(){
parent.innerHTML = parent.innerHTML.replace(/\[\]/,"");
});
- jQuery("form:not([name^=SelectionBox]) select[multiple], "
- + "form:not([name^=SelectionBox]) select[size]")
+ jQuery("form:not([name^=SelectionBox]):not([name^=Dashboard-Searches]) select[multiple], "
+ + "form:not([name^=SelectionBox]):not([name^=Dashboard-Searches]) select[size]")
.resizable({ handles: "s" });
jQuery("input[data-autocomplete=Queues]").each(function() {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list