default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / elements / iframecontentmws.js
index 91dcfb8..f2a91d2 100644 (file)
@@ -19,7 +19,8 @@
 */\r
 function OLiframeContent(src, width, height, name, frameborder, scrolling) {\r
  \r
- #stupid safari iframe location caching...\r
+ /* stupid safari iframe location caching... */\r
+ var d = new Date();\r
  var unique = d.getTime() + '' + Math.floor(1000 * Math.random());\r
  name = name + '' + unique;\r
 \r