소스 검색

Fix citations not getting cleared correctly

master
Fen Dweller 3 년 전
부모
커밋
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 {


불러오는 중...
취소
저장