common: separate javascript include to set styles
[sheet.git] / sc.plp
diff --git a/sc.plp b/sc.plp
index 4ad48a3ced5cdce8aa16dfbe6570b39eedc4bcaa..255d28fd9fb33c44d6f163838675d0280f4e22ae 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -38,7 +38,7 @@ my $datafile = "sc-units-$Request";
 
 Html({
        title => "$scver{title} unit cheat sheet",
 
 Html({
        title => "$scver{title} unit cheat sheet",
-       version => '1.3',
+       version => '1.4',
        description => [
                "Reference of $scver{game} unit properties,"
                . " comparing various statistics of all the units in $scver{name}"
        description => [
                "Reference of $scver{game} unit properties,"
                . " comparing various statistics of all the units in $scver{name}"
@@ -52,8 +52,7 @@ Html({
                $scver{major} < 2 ? qw' bw broodwar brood war ' :
                qw' starcraft2 lotv hots wol ',
        ],
                $scver{major} < 2 ? qw' bw broodwar brood war ' :
                qw' starcraft2 lotv hots wol ',
        ],
-       stylesheet => [qw( light dark )],
-       raw => '<link rel="stylesheet" type="text/css" media="all" href="/sc.css?1.2">',
+       raw => '<link rel="stylesheet" type="text/css" media="all" href="/sc.css?1.3">',
        data => ["$datafile.inc.pl"],
 });
 
        data => ["$datafile.inc.pl"],
 });