mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix shared decks link
This commit is contained in:
parent
be597905fc
commit
a2ce7c17ad
1 changed files with 1 additions and 1 deletions
|
@ -150,4 +150,4 @@ Are you sure you wish to delete all of the cards in %s?""")%deck['name']):
|
||||||
|
|
||||||
def _onShared(self):
|
def _onShared(self):
|
||||||
print "fixme: check & warn if schema modified first"
|
print "fixme: check & warn if schema modified first"
|
||||||
openLink(aqt.appShared+"decks")
|
openLink(aqt.appShared+"decks/")
|
||||||
|
|
Loading…
Reference in a new issue