diff --git a/qt/aqt/mediasrv.py b/qt/aqt/mediasrv.py index ee7e1f829..fff959e75 100644 --- a/qt/aqt/mediasrv.py +++ b/qt/aqt/mediasrv.py @@ -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}"