Skip to content

Commit f0c6de9

Browse files
authored
Merge pull request #7 from git9527/fix-image-display-in-option
fix ANKI-SETTINGS-SHOW-QUESTION-TYPE not working issue
2 parents 93226e7 + b0d7683 commit f0c6de9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

back.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
</div>
104104

105-
<div id="back-footer" class="footer">v3.13,作者:git9527</div>
105+
<div id="back-footer" class="footer">v3.14,作者:git9527</div>
106106

107107
<script>
108108

front.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
</div>
1313

14-
<div id="front-footer" class="footer">v3.13,作者:git9527</div>
14+
<div id="front-footer" class="footer">v3.14,作者:git9527</div>
1515

1616
<div id="settingsModal" class="modal">
1717

@@ -268,6 +268,9 @@
268268
} else {
269269
document.getElementById('questionType').innerHTML = ' '
270270
}
271+
if (Persistence.isAvailable()) {
272+
Persistence.setItem('ANKI-SETTINGS-SHOW-QUESTION-TYPE', showQuestionType)
273+
}
271274
}
272275

273276
function addModelContent() {

0 commit comments

Comments
 (0)