Show
Ignore:
Timestamp:
2008-07-21 12:23:35 (6 months ago)
Author:
fredck
Message:

Fixed #1242 and #1343 : Comments are now properly stripped from the code but conditional comments, which are now properly preserved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKpackager/trunk/_source/includes/fckjavascriptcompressor.inc

    r2202 r2237  
    4444                // Remove "/* */" comments 
    4545                $script = preg_replace( 
    46                         '/(?m-s:^\s*\/\*).*?\*\//s', 
     46                        '/\/\*.*?\*\//s', 
    4747                        '', $script ) ; 
    4848