mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22: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
|
||||
|
||||
def formatQA(html, type, cid, mid, fact, tags, cm, deck):
|
||||
import socket
|
||||
if socket.gethostname() == "phat.ichi2.net":
|
||||
return html
|
||||
return renderLatex(deck, html)
|
||||
|
||||
# setup q/a filter
|
||||
|
|
Loading…
Reference in a new issue