summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 08:32:13 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 08:32:13 +0300
commit3678315bead3f7264dc2aa9c7feb6e0a0f20ea63 (patch)
treeb0c787b4d7104ad6a0f759e9a4d0f3160e6946c4 /js/functions.js
parentd8ac5474ec8bb32a4085ed78f3c782c8baab2f7c (diff)
Article, Headlines: shorten several method names
Diffstat (limited to 'js/functions.js')
-rwxr-xr-xjs/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index a4d9893d4..a3b257979 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -1454,7 +1454,7 @@ const Filters = {
} else {
- const query = {op: "rpc", method: "getlinktitlebyid", id: Article.getActiveArticleId()};
+ const query = {op: "rpc", method: "getlinktitlebyid", id: Article.getActive()};
xhrPost("backend.php", query, (transport) => {
const reply = JSON.parse(transport.responseText);