From e73bfa9d02343956a16161d4ba94b2b47c729bc8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 4 Sep 2013 02:18:53 +0900 Subject: [PATCH] ignore qfmt/afmt when checking if note types are the same --- anki/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/anki/models.py b/anki/models.py index 1b73bdf08..ddf11d241 100644 --- a/anki/models.py +++ b/anki/models.py @@ -469,8 +469,6 @@ select id from notes where mid = ?)""" % " ".join(map), s += f['name'] for t in m['tmpls']: s += t['name'] - s += t['qfmt'] - s += t['afmt'] return checksum(s) # Required field/text cache