mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Revert "temp hack to prevent latex generation on ankiweb"
This reverts commit a334f839b8
.
fixed on the server side now
This commit is contained in:
parent
fdd88080c8
commit
3fe6167d7f
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ def imgLink(deck, latex, build=True):
|
||||||
return img
|
return img
|
||||||
|
|
||||||
def formatQA(html, type, cid, mid, fact, tags, cm, deck):
|
def formatQA(html, type, cid, mid, fact, tags, cm, deck):
|
||||||
import socket
|
|
||||||
if socket.gethostname() == "phat.ichi2.net":
|
|
||||||
return html
|
|
||||||
return renderLatex(deck, html)
|
return renderLatex(deck, html)
|
||||||
|
|
||||||
# setup q/a filter
|
# setup q/a filter
|
||||||
|
|
Loading…
Reference in a new issue