Server geändert
This commit is contained in:
@ -58,7 +58,7 @@ while (<INJS>) {
|
||||
$line =~ s/- /-/g;
|
||||
$line =~ s/ -/-/g;
|
||||
|
||||
$line =~ s/\/\/(.*)$//g if ($line !~ /\/\/-->(.*)$/ && $line !~ /http:\/\/(.*)$/); # remove trailing comments unless its part of a javascript insert or web address
|
||||
$line =~ s/\/\/(.*)$//g if ($line !~ /\/\/-->(.*)$/ && $line !~ /https:\/\/(.*)$/); # remove trailing comments unless its part of a javascript insert or web address
|
||||
$line = '' if $line =~ /^[\n|\/\/]/; # skip blank lines or any line starting with //
|
||||
|
||||
$line =~ s/^\s+//g;
|
||||
|
Reference in New Issue
Block a user