diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-09-07 09:09:56 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-09-07 09:09:56 +0100 |
| commit | 90e395dca0bd586d81543200d9a7db9b72655c80 (patch) | |
| tree | e65bd7d79862e8c4163612a81abad3558cf288c8 /viewfeed.js | |
| parent | ad3cb7108ecae37b0eefad942ef04b0cee473860 (diff) | |
cleanup backend.php/op=view + remove unneeded notify feedback
Diffstat (limited to 'viewfeed.js')
| -rw-r--r-- | viewfeed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js index 1fade8598..bb4a1dad5 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -25,7 +25,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') { function view(id, feed_id) { - p_notify("Loading article..."); +// p_notify("Loading article..."); enableHotkeys(); |