mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
Trimmed whitespaces on qt/tools/genhooks_gui.py
This commit is contained in:
parent
77bba533ea
commit
c32f14f7cb
1 changed files with 43 additions and 43 deletions
|
@ -708,7 +708,7 @@ For example:
|
||||||
def mytest(web: AnkiWebView):
|
def mytest(web: AnkiWebView):
|
||||||
page = os.path.basename(web.page().url().path())
|
page = os.path.basename(web.page().url().path())
|
||||||
if page != "graphs.html":
|
if page != "graphs.html":
|
||||||
return
|
return
|
||||||
web.eval(
|
web.eval(
|
||||||
"""
|
"""
|
||||||
div = document.createElement("div");
|
div = document.createElement("div");
|
||||||
|
|
Loading…
Reference in a new issue