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"
|
||||
addprefix = "js/vendor/"
|
||||
|
||||
elif base == "plot":
|
||||
base = "jquery.flot"
|
||||
addprefix = "js/vendor/"
|
||||
|
||||
if addprefix:
|
||||
oldpath = path
|
||||
path = f"{targetPath}{addprefix}{base}{ext}"
|
||||
|
Loading…
Reference in New Issue
Block a user