mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix reload on a popup with ckeditor breaks ckeditor loading. Additionally, fixes broken popup resize
This commit is contained in:
parent
6ce3c261c0
commit
662e82b897
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user