MINOR Updating tree nodes on each state change, rather than just listening to form reloads

This commit is contained in:
Ingo Schommer 2012-04-10 12:28:10 +02:00
parent 15e16f13e1
commit 3390ea390f

View File

@ -96,7 +96,7 @@
});
});
this.parents('.cms-content:first').bind('reloadeditform', function(e, data) {
this.parents('.cms-container').bind('afterstatechange', function(e, data) {
self._onLoadNewPage(e, data);
});
},