summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-26 05:47:46 +0100
committerAndrew Dolgov <[email protected]>2005-08-26 05:47:46 +0100
commitc33c296c04eed210109bb85b0299633fa779a877 (patch)
tree2550de72201ec70107ab770be15acb4d1071727e /tt-rss.js
parent431ade558046103654783cc96a02befd73f11bf5 (diff)
disable "loading, please wait" text on view()
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 1ab5ecb5d..bab06f451 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -336,7 +336,7 @@ function view(id,feed_id) {
upd_img_pic.innerHTML = "";
}
- document.getElementById('content').innerHTML='Loading, please wait...';
+// document.getElementById('content').innerHTML='Loading, please wait...';
active_post_id = id;