Просмотр исходного кода

Fix citations not getting cleared correctly

master
Fen Dweller 3 лет назад
Родитель
Сommit
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 {


Загрузка…
Отмена
Сохранить