mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix legacy js remapping
Thanks to Henrik for catching it.
This commit is contained in:
parent
aa816177d0
commit
d8778da3e8
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def _redirectWebExports(path):
|
|||
addprefix = "css/"
|
||||
elif ext == ".js":
|
||||
if base in ("browsersel", "jquery-ui", "jquery", "plot"):
|
||||
addprefix = "js/js/vendor/"
|
||||
addprefix = "js/vendor/"
|
||||
else:
|
||||
addprefix = "js/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue