diff --git a/api/src/Framework/Bundle.php b/api/src/Framework/Bundle.php index 2cd27cc9cd..2ef9d7c0b4 100644 --- a/api/src/Framework/Bundle.php +++ b/api/src/Framework/Bundle.php @@ -138,6 +138,7 @@ class Bundle $query = null; foreach($js_includes as $path) { + if ($path == '/api/js/jsapi/egw.js') continue; // Leave egw.js out of bundle unset($query); list($path,$query) = explode('?',$path,2); $mod = filemtime(EGW_SERVER_ROOT.$path);