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>
Show replies by date