mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
only open web browser for links on deck description
otherwise clicking on 'more...' will open the web browser
This commit is contained in:
parent
d97b199abe
commit
ca1c461348
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Overview(object):
|
||||||
openLink(aqt.appShared+"info/%s?v=%s"%(self.sid, self.sidVer))
|
openLink(aqt.appShared+"info/%s?v=%s"%(self.sid, self.sidVer))
|
||||||
elif url == "studymore":
|
elif url == "studymore":
|
||||||
self.onStudyMore()
|
self.onStudyMore()
|
||||||
else:
|
elif url.lower().startswith("http"):
|
||||||
openLink(url)
|
openLink(url)
|
||||||
|
|
||||||
def _keyHandler(self, evt):
|
def _keyHandler(self, evt):
|
||||||
|
|
Loading…
Reference in a new issue