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/PrefUsers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/PrefUsers.js') diff --git a/js/PrefUsers.js b/js/PrefUsers.js index 891af8ddb..eed64e76b 100644 --- a/js/PrefUsers.js +++ b/js/PrefUsers.js @@ -27,7 +27,7 @@ define(["dojo/_base/declare"], function (declare) { }, edit: function(id) { const query = "backend.php?op=pref-users&method=edit&id=" + - param_escape(id); + encodeURIComponent(id); if (dijit.byId("userEditDlg")) dijit.byId("userEditDlg").destroyRecursive(); -- cgit v1.2.3