* Admin: admin view did no refresh if it shows something else then accounts list

This commit is contained in:
Ralf Becker 2014-06-30 10:12:18 +00:00
parent aad0414190
commit 3ca1b008d1

View File

@ -92,7 +92,7 @@ app.classes.admin = AppJS.extend(
);
// Register app refresh now that iframe is available
//register_app_refresh('admin',jQuery.proxy(this.refresh,this));
register_app_refresh('admin',jQuery.proxy(this.refresh,this));
}
break;