mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 08:41:29 +00:00
automatically extract i18n data from .js files
This commit is contained in:
@@ -854,8 +854,6 @@ function update_offline_data(stage) {
|
||||
|
||||
if (!db || offline_mode || getInitParam("offline_enabled") != "1") return;
|
||||
|
||||
// notify_progress("Updating offline data... (" + stage +")", true);
|
||||
|
||||
var query = "backend.php?op=rpc&subop=download";
|
||||
|
||||
var rs = db.execute("SELECT MAX(id), MIN(id) FROM articles");
|
||||
|
||||
Reference in New Issue
Block a user