summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
commitc05608c26e8b65736cc9db0ab3a2ceb08eba85d9 (patch)
treef17ee7bb871e4faf1ef6b6ed9d564142430f30c0 /viewfeed.js
parent54aa1a411311dc4c7fcbad3ba176f527a4f77290 (diff)
notify window close button
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 6866c278c..6d73da886 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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();