Author: eallen
Date: 2008-10-30 18:53:28 -0400 (Thu, 30 Oct 2008)
New Revision: 2710
Modified:
mgmt/trunk/cumin/python/cumin/widgets.py
Log:
Force IE to re-get the ajax request to update the grid widget.
Modified: mgmt/trunk/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.py 2008-10-30 21:04:47 UTC (rev 2709)
+++ mgmt/trunk/cumin/python/cumin/widgets.py 2008-10-30 22:53:28 UTC (rev 2710)
@@ -1163,7 +1163,8 @@
script = """
<script type="text/javascript">
function get_%s() {
- wooly.deferredUpdate('%s', got_%s, "%s");
+ var now = new Date();
+ wooly.deferredUpdate('%s'+';ts='+now.getTime(), got_%s,
"%s");
}
addEvent(window, "load", get_%s);
</script>