From 600e9b690d7649e8cde7a9a4cd1089fcb432d238 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 4 Aug 2015 11:16:41 -0700 Subject: de-randomization fixes for testing, #37340 Conflicts: FS/FS/Conf.pm --- httemplate/elements/input-fcc_options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements/input-fcc_options.html') 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();