mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
Include protobuf in clayout and browser (p)reviewer
This commit is contained in:
parent
afa8f8a6f0
commit
f203562c58
2 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ class Previewer(QDialog):
|
|||
"js/vendor/css_browser_selector.min.js",
|
||||
"js/mathjax.js",
|
||||
"js/vendor/mathjax/tex-chtml.js",
|
||||
"js/vendor/protobuf.min.js",
|
||||
"js/reviewer.js",
|
||||
]
|
||||
self._web.stdHtml(
|
||||
|
|
|
|||
|
|
@ -335,6 +335,7 @@ class CardLayout(QDialog):
|
|||
"js/vendor/css_browser_selector.min.js",
|
||||
"js/mathjax.js",
|
||||
"js/vendor/mathjax/tex-chtml.js",
|
||||
"js/vendor/protobuf.min.js",
|
||||
"js/reviewer.js",
|
||||
]
|
||||
self.preview_web.stdHtml(
|
||||
|
|
|
|||
Loading…
Reference in a new issue