running categories and acl in iframe again. If they run top-level their admin/js/app.js objects conflict with other top-level admin/js/app.js object and only one working categories or acl tab can be opened

This commit is contained in:
Ralf Becker 2014-02-17 15:11:26 +00:00
parent 8e0dea8316
commit 186bdbcb55

View File

@ -117,7 +117,6 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function() {
case 'acl':
query.menuaction='preferences.preferences_acl.index';
query.acl_app=current_app;
query.ajax=true;
break;
case 'cats':
@ -132,7 +131,6 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function() {
{
query.menuaction='preferences.preferences_categories_ui.index';
query.cats_app=current_app;
query.ajax=true;
}
break;
}