[rhmessaging-commits] rhmessaging commits: r3093 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Feb 3 10:27:50 EST 2009


Author: eallen
Date: 2009-02-03 10:27:50 -0500 (Tue, 03 Feb 2009)
New Revision: 3093

Modified:
   mgmt/trunk/cumin/python/cumin/broker.strings
Log:
Candidate fix for "More Entries" button ignoring click.

Modified: mgmt/trunk/cumin/python/cumin/broker.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/broker.strings	2009-02-02 20:30:07 UTC (rev 3092)
+++ mgmt/trunk/cumin/python/cumin/broker.strings	2009-02-03 15:27:50 UTC (rev 3093)
@@ -252,11 +252,10 @@
   </div>
 </form>
 <script type="text/javascript" defer="defer">
-<![CDATA[
 function attach_more_id() {
 	var oMore = document.getElementById("{more_id}");
 	if (oMore) {
-		oMore.onclick = function() { document.forms[0].elements["{more_name}"].value = "t"; document.forms[0].submit(); }
+		oMore.onclick = function() { document.forms[0].elements["{more_name}"].value = "t"; document.forms[0].submit(); return True;}
 	}
 }
 (function() {
@@ -265,7 +264,6 @@
     elem.select();
 }())
 addEvent(window, "load", attach_more_id);
-]]>
 </script>
 
 




More information about the rhmessaging-commits mailing list