Fix "js" parameter type

This commit is contained in:
Glutanimate 2020-02-12 22:20:30 +01:00
parent c839cda19f
commit c86e55d451

View File

@ -219,5 +219,5 @@ suggestions, bug reports and donations."
abt.label.setMinimumWidth(800)
abt.label.setMinimumHeight(600)
dialog.show()
abt.label.stdHtml(abouttext, js=" ")
abt.label.stdHtml(abouttext, js=[])
return dialog