From b265587346dd47fe413922401d10f1ab823ec4a1 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Tue, 29 Dec 2020 16:50:57 +0300 Subject: [PATCH] remove variable name --- .../visiosoft/advs-module/resources/js/admin/advanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/js/admin/advanced.js b/addons/default/visiosoft/advs-module/resources/js/admin/advanced.js index 7e7c9e4d9..c94938966 100644 --- a/addons/default/visiosoft/advs-module/resources/js/admin/advanced.js +++ b/addons/default/visiosoft/advs-module/resources/js/admin/advanced.js @@ -1,4 +1,4 @@ -var getUrlParameter = function getUrlParameter(sParam) { +function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1), sURLVariables = sPageURL.split('&'), sParameterName,