mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Satisfy formatter
This commit is contained in:
parent
cfb9ed267f
commit
191e3cf69b
1 changed files with 3 additions and 2 deletions
|
@ -463,7 +463,8 @@ body {{ zoom: {zoom}; background: {background}; direction: {lang_dir}; {font} }}
|
||||||
body=body,
|
body=body,
|
||||||
head=head,
|
head=head,
|
||||||
js=["js/webview.js"] + (["js/vendor/jquery.min.js"] if js is None else js),
|
js=["js/webview.js"] + (["js/vendor/jquery.min.js"] if js is None else js),
|
||||||
css=(["css/webview.css"] if default_css else []) + ([] if css is None else css),
|
css=(["css/webview.css"] if default_css else [])
|
||||||
|
+ ([] if css is None else css),
|
||||||
)
|
)
|
||||||
|
|
||||||
gui_hooks.webview_will_set_content(web_content, context)
|
gui_hooks.webview_will_set_content(web_content, context)
|
||||||
|
|
Loading…
Reference in a new issue