mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Fix "js" parameter type
This commit is contained in:
parent
c839cda19f
commit
c86e55d451
1 changed files with 1 additions and 1 deletions
|
@ -219,5 +219,5 @@ suggestions, bug reports and donations."
|
||||||
abt.label.setMinimumWidth(800)
|
abt.label.setMinimumWidth(800)
|
||||||
abt.label.setMinimumHeight(600)
|
abt.label.setMinimumHeight(600)
|
||||||
dialog.show()
|
dialog.show()
|
||||||
abt.label.stdHtml(abouttext, js=" ")
|
abt.label.stdHtml(abouttext, js=[])
|
||||||
return dialog
|
return dialog
|
||||||
|
|
Loading…
Reference in a new issue