gotoExportOpml: js strict mode fix
This commit is contained in:
parent
16325f7455
commit
d195c6a62e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue