浏览代码

Fix citations not getting cleared correctly

master
Fen Dweller 4 年前
父节点
当前提交
77b0cd64af
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      macrovision.js

+ 3
- 0
macrovision.js 查看文件

@@ -428,6 +428,7 @@ const unitChoices = {
"kilometers^2",
],
"customary": [
"inches^2",
"feet^2",
"acres",
"miles^2"
@@ -2310,6 +2311,8 @@ function displayAttribution(file) {

}

citationHolder.innerHTML = "";
if (citations === [] || citations === undefined) {

} else {


正在加载...
取消
保存