mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 13:01:00 +02:00
gotoExportOpml: js strict mode fix
This commit is contained in:
parent
16325f7455
commit
d195c6a62e
@ -1441,7 +1441,7 @@ function insertSSLserial(value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function gotoExportOpml(filename, settings) {
|
function gotoExportOpml(filename, settings) {
|
||||||
tmp = settings ? 1 : 0;
|
var tmp = settings ? 1 : 0;
|
||||||
document.location.href = "backend.php?op=opml&method=export&filename=" + filename + "&settings=" + tmp;
|
document.location.href = "backend.php?op=opml&method=export&filename=" + filename + "&settings=" + tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user