Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:15:15 +02:00
parent ef020af2e7
commit e552a15912
879 changed files with 2702 additions and 2702 deletions

View File

@ -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;