File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 218218 // flipToBack reference to https://github.com/git9527/anki-awesome-select
219219 function flipToBack ( ) {
220220 if ( typeof pycmd !== "undefined" ) {
221- pycmd ( "ans" )
221+ pycmd ( "ans" ) ;
222222 } else if ( typeof study !== "undefined" ) {
223- study . drawAnswer ( )
223+ study . drawAnswer ( ) ;
224224 } else if ( typeof AnkiDroidJS !== "undefined" ) {
225- showAnswer ( )
225+ showAnswer ( ) ;
226226 } else if ( window . anki && window . sendMessage2 ) {
227- window . sendMessage2 ( "ankitap" , "midCenter" )
227+ window . sendMessage2 ( "ankitap" , "midCenter" ) ;
228228 }
229229 }
230230
Original file line number Diff line number Diff line change 11# Multiple Choice for Anki
22#
3+ # Copyright (C) 2018-2025 zjosua <https://github.com/zjosua>
34# Copyright (C) 2018-2023 3ter <https://github.com/3ter>
4- # zjosua <https://github.com/zjosua>
55#
66# This file is based on config.py from Glutanimate's
77# Image Occlusion Enhanced Add-on for Anki
5252
5353# default configurations
5454# TODO: update version number before release
55- default_conf_local = {"version" : "2.10.3 " }
56- default_conf_syncd = {"version" : "2.10.3 " }
55+ default_conf_local = {"version" : "2.11.0 " }
56+ default_conf_syncd = {"version" : "2.11.0 " }
5757
5858
5959def getSyncedConfig ():
Original file line number Diff line number Diff line change 11# Multiple Choice for Anki
22#
3+ # Copyright (C) 2018-2024 Maximilian Arzberger <https://github.com/Schlauer-Hax>
34# Copyright (C) 2018-2023 3ter <https://github.com/3ter>
45# zjosua <https://github.com/zjosua>
56#
You can’t perform that action at this time.
0 commit comments