[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. a2d75ad5cc2282a04b16572312fcddb28ef87b34

Thomas Sibley trs at bestpractical.com
Sat Jun 1 02:10:21 EDT 2013


The branch, master has been updated
       via  a2d75ad5cc2282a04b16572312fcddb28ef87b34 (commit)
      from  73be8e9a42ff6319b8ce96e302bf134d5440818a (commit)

Summary of changes:
 html/NoAuth/js/rt.cpan.org.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit a2d75ad5cc2282a04b16572312fcddb28ef87b34
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri May 31 23:09:47 2013 -0700

    Avoid making the MyRT and Dashboards selection boxes resizeable
    
    Doing so breaks their (already bad enough) layout.

diff --git a/html/NoAuth/js/rt.cpan.org.js b/html/NoAuth/js/rt.cpan.org.js
index d2b8299..48f87fb 100644
--- a/html/NoAuth/js/rt.cpan.org.js
+++ b/html/NoAuth/js/rt.cpan.org.js
@@ -11,7 +11,9 @@ jQuery(function(){
         parent.innerHTML = parent.innerHTML.replace(/\[\]/,"");
     });
 
-    jQuery("select[multiple], select[size]").resizable({ handles: "s" });
+    jQuery("form:not([name^=SelectionBox]) select[multiple], "
+         + "form:not([name^=SelectionBox]) select[size]")
+         .resizable({ handles: "s" });
 
     jQuery("input[data-autocomplete=Queues]").each(function() {
         var input = jQuery(this);

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list