summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
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();