From d9c5c93cef313127b9b5010fbe279fdbddedadec Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Dec 2018 20:07:57 +0300 Subject: move some more stuff out of common.js rework client-side cookie functions a bit limit dojo cachebust based on server scripts modification time remove param_escape() --- js/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Utils.js') diff --git a/js/Utils.js b/js/Utils.js index 8778143f2..f01ecbc48 100644 --- a/js/Utils.js +++ b/js/Utils.js @@ -95,7 +95,7 @@ define(["dojo/_base/declare"], function (declare) { }); }, helpDialog: function(topic) { - const query = "backend.php?op=backend&method=help&topic=" + param_escape(topic); + const query = "backend.php?op=backend&method=help&topic=" + encodeURIComponent(topic); if (dijit.byId("helpDlg")) dijit.byId("helpDlg").destroyRecursive(); -- cgit v1.2.3