public/js/data-access.js in kolo-0.6.5 vs public/js/data-access.js in kolo-0.6.6

- old
+ new

@@ -148,10 +148,10 @@ afterLoad = null; } if (!this.canLoad()) { return; } - if (!this.selected()) { + if (!autoReload || !this.selected()) { this.viewModel.systemNotification(this.plural, 'loading'); this.viewModel.loading(true); if (this.onBeforeLoad != null) { this.onBeforeLoad(); }