Fix old graphs failing to appear

https://forums.ankiweb.net/t/2-1-55-old-statistics-window-broken/25491
This commit is contained in:
Damien Elmes 2022-12-19 11:46:38 +10:00
parent 0555f4898c
commit f41a7a8125
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ fn build_vendor_js(build: &mut Build) -> Result<()> {
":node_modules:jquery",
":node_modules:jquery-ui",
":node_modules:css-browser-selector",
":node_modules:bootstrap-dist"
":node_modules:bootstrap-dist",
"qt/aqt/data/web/js/vendor/plot.js"
],
output_folder: "qt/_aqt/data/web/js/vendor",
},