Performance improvements in aai mode. Minor changes.

This commit is contained in:
Lars Jung 2012-10-11 00:37:08 +02:00
parent d7f1c68366
commit 15dd200b28
6 changed files with 53 additions and 16 deletions

View file

@ -82,6 +82,9 @@ modulejs.define('ext/crumb', ['_', '$', 'core/settings', 'core/resource', 'core/
_.each(crumb, function (e) {
$ul.append(update(e));
// needed by aai
// e.fetchStatus(function (e) { update(e); });
});
event.sub('entry.created', onContentChanged);