mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
notify window close button
This commit is contained in:
@@ -25,6 +25,8 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
|
||||
|
||||
function view(id, feed_id) {
|
||||
|
||||
// p_notify("Loading article...");
|
||||
|
||||
enableHotkeys();
|
||||
|
||||
var crow = document.getElementById("RROW-" + id);
|
||||
@@ -71,9 +73,8 @@ function view(id, feed_id) {
|
||||
}
|
||||
}
|
||||
|
||||
function toggleMark(id, toggle) {
|
||||
|
||||
// notify("Toggle mark: " + id + ", " + toggle);
|
||||
function toggleMark(id, toggle) {
|
||||
|
||||
if (!xmlhttp_ready(xmlhttp_rpc)) {
|
||||
printLockingError();
|
||||
|
||||
Reference in New Issue
Block a user