1
0
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:
Andrew Dolgov
2009-02-20 12:57:02 +03:00
parent be9d09a1b3
commit 10bccf7d57
5 changed files with 205 additions and 114 deletions

View File

@@ -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");