]> git.wh0rd.org - tt-rss.git/commitdiff
update_offline_data: remove notifications
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 5 Feb 2009 09:20:34 +0000 (12:20 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 5 Feb 2009 09:20:34 +0000 (12:20 +0300)
offline.js

index f50644b7a1386f88bb22ba165587a207d184d7a3..4a0bedf504b7edbfa0fec37c9cdfc787bd041a1b 100644 (file)
@@ -601,7 +601,7 @@ function offline_download_parse(stage, transport) {
                                }
                        }
 
-                       notify('');
+//                     notify('');
 
                }
        } catch (e) {
@@ -617,7 +617,7 @@ function update_offline_data(stage) {
 
                debug("update_offline_data: stage " + stage);
 
-               notify_progress("Updating offline data... (" + stage +")", true);
+//             notify_progress("Updating offline data... (" + stage +")", true);
 
                var query = "backend.php?op=rpc&subop=download&stage=" + stage;