mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04: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/vendor/css_browser_selector.min.js",
|
||||||
"js/mathjax.js",
|
"js/mathjax.js",
|
||||||
"js/vendor/mathjax/tex-chtml.js",
|
"js/vendor/mathjax/tex-chtml.js",
|
||||||
|
"js/vendor/protobuf.min.js",
|
||||||
"js/reviewer.js",
|
"js/reviewer.js",
|
||||||
]
|
]
|
||||||
self._web.stdHtml(
|
self._web.stdHtml(
|
||||||
|
|
|
@ -335,6 +335,7 @@ class CardLayout(QDialog):
|
||||||
"js/vendor/css_browser_selector.min.js",
|
"js/vendor/css_browser_selector.min.js",
|
||||||
"js/mathjax.js",
|
"js/mathjax.js",
|
||||||
"js/vendor/mathjax/tex-chtml.js",
|
"js/vendor/mathjax/tex-chtml.js",
|
||||||
|
"js/vendor/protobuf.min.js",
|
||||||
"js/reviewer.js",
|
"js/reviewer.js",
|
||||||
]
|
]
|
||||||
self.preview_web.stdHtml(
|
self.preview_web.stdHtml(
|
||||||
|
|
Loading…
Reference in a new issue