diff options
Diffstat (limited to 'httemplate/elements/iframecontentmws.js')
-rw-r--r-- | httemplate/elements/iframecontentmws.js | 3 |
1 files changed, 2 insertions, 1 deletions
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;
|