From 2ece0f771f33b5bb1faf9ead860b4f1daed83a2a Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 5 Feb 2014 22:39:00 +0000 Subject: [PATCH] Use ajax flag to load acl into div, not iframe --- phpgwapi/js/jsapi/jsapi.js | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/js/jsapi/jsapi.js b/phpgwapi/js/jsapi/jsapi.js index dbfd19a850..1b7755577a 100644 --- a/phpgwapi/js/jsapi/jsapi.js +++ b/phpgwapi/js/jsapi/jsapi.js @@ -859,6 +859,7 @@ function egw_preferences(name, apps) case 'acl': query.menuaction='preferences.preferences_acl.index'; query.acl_app=current_app; + query.ajax=true; break; case 'cats':