mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
disable minify-ing of javascript, until I find time to fix it, as it stalls testers (css still get minifyed, if debug minify is off in site config)
This commit is contained in:
parent
29e2e36b7a
commit
8ec5425c5a
@ -1231,7 +1231,8 @@ abstract class egw_framework
|
|||||||
*/
|
*/
|
||||||
static public function get_script_links($return_pathes=false, $clear_files=false)
|
static public function get_script_links($return_pathes=false, $clear_files=false)
|
||||||
{
|
{
|
||||||
$debug_minify = (bool)$GLOBALS['egw_info']['server']['debug_minify'];
|
// RB: disabled minifying (debug=true), 'til I found time to fix it
|
||||||
|
$debug_minify = true;//(bool)$GLOBALS['egw_info']['server']['debug_minify'];
|
||||||
$files = '';
|
$files = '';
|
||||||
$to_include = $to_minify = array();
|
$to_include = $to_minify = array();
|
||||||
$max_modified = 0;
|
$max_modified = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user