From 186bdbcb551df52f91df25943b5f4ff861830b8d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 17 Feb 2014 15:11:26 +0000 Subject: [PATCH] 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 --- phpgwapi/js/jsapi/egw_preferences.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpgwapi/js/jsapi/egw_preferences.js b/phpgwapi/js/jsapi/egw_preferences.js index 7551caed43..c8fc6df9f9 100644 --- a/phpgwapi/js/jsapi/egw_preferences.js +++ b/phpgwapi/js/jsapi/egw_preferences.js @@ -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; }