diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-08-07 22:01:31 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-08-07 22:01:31 -0700 |
| commit | 0c76afbb717e1716e6126bc4a120b8d9471614a0 (patch) | |
| tree | 9a398e455a7767372588077470685d25ef8d82b3 /httemplate/elements/progress-init.html | |
| parent | 7beec7068e00be5ae1b2599fdf2b494bc19e31d0 (diff) | |
| parent | 3e2c2ad8aff1bd361ca07495b2255538c8231079 (diff) | |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/elements/progress-init.html')
| -rw-r--r-- | httemplate/elements/progress-init.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html index 5b42aa1a8..2728240ef 100644 --- a/httemplate/elements/progress-init.html +++ b/httemplate/elements/progress-init.html @@ -170,6 +170,6 @@ $progress_url->query_form( #stupid safari is caching the "location" of popup iframs, and submitting them #instead of displaying them. this should prevent that. -my $popup_name = 'popup-'.time. "-$$-". rand() * 2**32; +my $popup_name = 'popup-'.random_id(); </%init> |
