From: ivan Date: Tue, 1 Apr 2008 23:56:50 +0000 (+0000) Subject: fix hasty safari iframe fix X-Git-Tag: root_of_webpay_support~750 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=45112ba6318cc2140d05847fb0acf5079cc94c5d fix hasty safari iframe fix --- 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;