forked from Adleraci/adlerka.top
		
	test inlining
This commit is contained in:
		@@ -63,9 +63,6 @@ function minifyJs($js) {
 | 
			
		||||
    // Remove newlines and tabs
 | 
			
		||||
    $js = str_replace(array("\r\n", "\r", "\n", "\t"), '', $js);
 | 
			
		||||
 | 
			
		||||
    // Remove unnecessary semicolons
 | 
			
		||||
    $js = str_replace(';}', '}', $js);
 | 
			
		||||
 | 
			
		||||
    // Remove spaces around operators
 | 
			
		||||
    $js = preg_replace('~\s*([=+\-*/])\s*~', '$1', $js);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user