mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Cleaner log.
This commit is contained in:
parent
6d7b105cff
commit
bed7c32394
1 changed files with 1 additions and 1 deletions
|
@ -4217,7 +4217,7 @@
|
|||
$('.NB-module-content-account-realtime').attr('title', 'Updating sites every ' + this.flags.refresh_interval + ' seconds...').addClass('NB-error');
|
||||
this.apply_tipsy_titles();
|
||||
}
|
||||
NEWSBLUR.log(["Setting refresh interval to every " + refresh_interval/1000 + " seconds."]);
|
||||
NEWSBLUR.log(["Setting refresh interval to every " + this.flags.refresh_interval + " seconds."]);
|
||||
},
|
||||
|
||||
force_feed_refresh: function(feed_id, new_feed_id) {
|
||||
|
|
Loading…
Add table
Reference in a new issue