From 7805b291b6617252fe6ac64759af859ab09d2e28 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Dec 2018 20:38:55 +0300 Subject: update floating title in toggleUnread functions post-xhr --- js/Headlines.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/Headlines.js b/js/Headlines.js index de6751598..b0a74f801 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -441,6 +441,7 @@ define(["dojo/_base/declare"], function (declare) { xhrPost("backend.php", query, (transport) => { App.handleRpcJson(transport); if (callback) callback(transport); + Headlines.updateFloatingTitle(true); }); }, selectionToggleMarked: function (ids) { @@ -635,6 +636,7 @@ define(["dojo/_base/declare"], function (declare) { xhrPost("backend.php", {op: "rpc", method: "catchupSelected", cmode: cmode, ids: id}, (transport) => { App.handleRpcJson(transport); + Headlines.updateFloatingTitle(true); }); } }, -- cgit v1.2.3