diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-04 11:16:41 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-04 11:51:19 -0700 |
commit | 1d091fcec0fb8a78fe5b6a640c67a17a85c06092 (patch) | |
tree | a127fef456454685b2d1ca6e80b9cda1e24e2a45 /httemplate/elements/input-fcc_options.html | |
parent | d9001528ce9202171e228cf30d66bd1d09e6f019 (diff) |
de-randomization fixes for testing, #37340
Diffstat (limited to 'httemplate/elements/input-fcc_options.html')
-rw-r--r-- | httemplate/elements/input-fcc_options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/input-fcc_options.html b/httemplate/elements/input-fcc_options.html index 064c647fc..080b40f88 100644 --- a/httemplate/elements/input-fcc_options.html +++ b/httemplate/elements/input-fcc_options.html @@ -9,7 +9,7 @@ % } % unless ($opt{html_only}) { % my $popup = $fsurl.'misc/part_pkg_fcc_options.html?id='; -% my $popup_name = 'popup-'.time. "-$$-". rand() * 2**32; +% my $popup_name = 'popup-'.random_id(); <SCRIPT TYPE="text/javascript"> function edit_fcc_options() { var id = this.dataset['target']; |