mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
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()
This commit is contained in:
@@ -176,7 +176,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
return false;
|
||||
},
|
||||
editTags: function(id) {
|
||||
const query = "backend.php?op=article&method=editArticleTags¶m=" + param_escape(id);
|
||||
const query = "backend.php?op=article&method=editArticleTags¶m=" + encodeURIComponent(id);
|
||||
|
||||
if (dijit.byId("editTagsDlg"))
|
||||
dijit.byId("editTagsDlg").destroyRecursive();
|
||||
|
||||
Reference in New Issue
Block a user