gotoExportOpml: js strict mode fix
這個提交存在於:
父節點
16325f7455
當前提交
d195c6a62e
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
載入中…
新增問題並參考