forked from extern/egroupware
commit for Lars:
1) ajax proposal: proof of concept using xajax in felamimail to work without page reloads 2) also implemented IMAP ACL for cyrus and php5 (still needs some work)
This commit is contained in:
parent
b495b33d0a
commit
ef7bff339e
@ -1343,8 +1343,9 @@
|
||||
require_once(EGW_SERVER_ROOT.'/phpgwapi/inc/xajax.inc.php');
|
||||
$xajax = new xajax($GLOBALS['egw']->link('/xajax.php'));
|
||||
$xajax->registerFunction("doXMLHTTP");
|
||||
|
||||
$java_script .= $xajax->getJavascript();
|
||||
}
|
||||
$java_script .= $xajax->getJavascript();
|
||||
|
||||
/* this flag is for all javascript code that has to be put before other jscode.
|
||||
Think of conf vars etc... (pim@lingewoud.nl) */
|
||||
|
Loading…
Reference in New Issue
Block a user