mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add semicolon in js message
This commit is contained in:
parent
3559834bc9
commit
aa924ac821
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ class Editor:
|
|||
self.web.setFocus()
|
||||
gui_hooks.editor_did_load_note(self)
|
||||
|
||||
js = "setFields(%s); setFonts(%s); focusField(%s); setNoteId(%s)" % (
|
||||
js = "setFields(%s); setFonts(%s); focusField(%s); setNoteId(%s);" % (
|
||||
json.dumps(data),
|
||||
json.dumps(self.fonts()),
|
||||
json.dumps(focusTo),
|
||||
|
|
Loading…
Reference in a new issue