Redirect references to old plotting library version
This commit is contained in:
parent
ec9b4aa273
commit
a6319326a9
@ -197,6 +197,10 @@ def _redirectWebExports(path):
|
|||||||
base = "jquery.min"
|
base = "jquery.min"
|
||||||
addprefix = "js/vendor/"
|
addprefix = "js/vendor/"
|
||||||
|
|
||||||
|
elif base == "plot":
|
||||||
|
base = "jquery.flot"
|
||||||
|
addprefix = "js/vendor/"
|
||||||
|
|
||||||
if addprefix:
|
if addprefix:
|
||||||
oldpath = path
|
oldpath = path
|
||||||
path = f"{targetPath}{addprefix}{base}{ext}"
|
path = f"{targetPath}{addprefix}{base}{ext}"
|
||||||
|
Loading…
Reference in New Issue
Block a user