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) {
|
||||
tmp = settings ? 1 : 0;
|
||||
var tmp = settings ? 1 : 0;
|
||||
document.location.href = "backend.php?op=opml&method=export&filename=" + filename + "&settings=" + tmp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue