mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
initial for JS strict mode
This commit is contained in:
@@ -470,7 +470,7 @@ function togglePub(id, client_only, no_effects, note) {
|
||||
imgs.push(fte[i]);
|
||||
}
|
||||
|
||||
for (i = 0; i < imgs.length; i++) {
|
||||
for (var i = 0; i < imgs.length; i++) {
|
||||
var img = imgs[i];
|
||||
|
||||
if (!row.hasClassName("published") || note != undefined) {
|
||||
|
||||
Reference in New Issue
Block a user