Merge pull request #53 from txgio/add-css-field

Including the css field on the guiCurrentCard endpoint.
This commit is contained in:
Alex Yatskov 2017-10-01 09:36:35 -07:00 committed by GitHub
commit edf66fbcca

View File

@ -785,7 +785,8 @@ class AnkiBridge:
'answer': card._getQA()['a'],
'buttons': [b[0] for b in reviewer._answerButtonList()],
'modelName': model['name'],
'deckName': self.deckNameFromId(card.did)
'deckName': self.deckNameFromId(card.did),
'css': model['css']
}