mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Fix old graphs failing to appear
https://forums.ankiweb.net/t/2-1-55-old-statistics-window-broken/25491
This commit is contained in:
parent
0555f4898c
commit
f41a7a8125
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue