From a6319326a972699773f3ccfbcdf3f664d4e0df81 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 29 Dec 2020 12:15:46 +0100 Subject: [PATCH] Redirect references to old plotting library version --- qt/aqt/mediasrv.py | 4 ++++ 1 file changed, 4 insertions(+) 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}"