Author: justi9
Date: 2007-10-13 22:47:50 -0400 (Sat, 13 Oct 2007)
New Revision: 1056
Modified:
mgmt/cumin/python/cumin/queue.strings
Log:
Remove a workaround for a template bug.
Modified: mgmt/cumin/python/cumin/queue.strings
===================================================================
--- mgmt/cumin/python/cumin/queue.strings 2007-10-14 02:43:55 UTC (rev 1055)
+++ mgmt/cumin/python/cumin/queue.strings 2007-10-14 02:47:50 UTC (rev 1056)
@@ -158,10 +158,8 @@
</div>
</form>
<script defer="defer">
-var id = "{id}";
(function() {
- // XXX elements[0] is a fieldset, at least in firefox
- var elem = wooly.doc().elem(id).node.elements[1];
+ var elem = wooly.doc().elem("{id}").node.elements[1];
elem.focus();
elem.select();
}())
Show replies by date