X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fiframecontentmws.js;h=f2a91d21b41bcdb2264b82defab50b339f4d9b33;hp=91dcfb84243fbaba33a9d075324a54ee24541ea5;hb=HEAD;hpb=aedb243bc1dae1e5f3903d47d5c2928eda1a5d45 diff --git a/httemplate/elements/iframecontentmws.js b/httemplate/elements/iframecontentmws.js index 91dcfb842..f2a91d21b 100644 --- a/httemplate/elements/iframecontentmws.js +++ b/httemplate/elements/iframecontentmws.js @@ -19,7 +19,8 @@ */ function OLiframeContent(src, width, height, name, frameborder, scrolling) { - #stupid safari iframe location caching... + /* stupid safari iframe location caching... */ + var d = new Date(); var unique = d.getTime() + '' + Math.floor(1000 * Math.random()); name = name + '' + unique;