Including the css field on the guiCurrentCard endpoint.

This commit is contained in:
tomasgodoi 2017-10-01 12:22:04 -03:00
parent bd071a3dfe
commit 01676f7b2c

View File

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