From 95f5de8e4d86b88e2bfdb01dc3ee4a1d9288806a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Fri, 12 Feb 2021 14:03:10 +0100 Subject: [PATCH] Fix regression on selected elements after generation --- scripts/explorer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/explorer.js b/scripts/explorer.js index d0b2227..99bfe6c 100644 --- a/scripts/explorer.js +++ b/scripts/explorer.js @@ -275,8 +275,8 @@ jQuery(document).ready(function($) }); } - URLGeneration(); userActionHandle(); + URLGeneration(); } /*********************/