This commit is contained in:
yuri
2015-04-23 15:49:05 +03:00
parent 30c57921d1
commit 92afc4deee
@@ -70,11 +70,6 @@ Espo.define('Views.Admin.Extensions.Index', 'View', function (Dep) {
}.bind(this)
}).done(function () {
window.location.reload();
/*this.listenToOnce(this.collection, 'sync', function () {
Espo.Ui.success(this.translate('uninstalled', 'messages', 'Extension').replace('{name}', name));
}, this);
this.collection.fetch();*/
}.bind(this));
}