Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/functions.js')
-rw-r--r--assets/js/functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/functions.js b/assets/js/functions.js
index 9635d1cb..3ee87ba1 100644
--- a/assets/js/functions.js
+++ b/assets/js/functions.js
@@ -1,5 +1,5 @@
-var g_args = 0;
-var g_no_args = new Boolean(false);
+let g_args = 0,
+ g_no_args = false;
/*
function for adding arguments
*/