Fix reload on a popup with ckeditor breaks ckeditor loading. Additionally, fixes broken popup resize

This commit is contained in:
Hadi Nategh 2016-04-12 12:48:40 +00:00
parent 6ce3c261c0
commit 662e82b897

View File

@ -138,6 +138,7 @@ class Bundle
$query = null; $query = null;
foreach($js_includes as $path) foreach($js_includes as $path)
{ {
if ($path == '/api/js/jsapi/egw.js') continue; // Leave egw.js out of bundle
unset($query); unset($query);
list($path,$query) = explode('?',$path,2); list($path,$query) = explode('?',$path,2);
$mod = filemtime(EGW_SERVER_ROOT.$path); $mod = filemtime(EGW_SERVER_ROOT.$path);