about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-20 04:21:07 +0000
committerEric Wong <e@80x24.org>2019-01-20 09:19:06 +0000
commitf026dbdd392c9dd5fddbdad9a2240738d4956640 (patch)
tree5aa0b82ac652c6c7bb6c0b9dc6bf43c28ced3d7b /script
parentdb62b87e5f844bba54f7323f42f9630208b13841 (diff)
downloadpublic-inbox-f026dbdd392c9dd5fddbdad9a2240738d4956640.tar.gz
Maybe we'll default to a dark theme to promote energy savings...

See contrib/css/README for details
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-httpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd
index 43f18188..47e38eca 100755
--- a/script/public-inbox-httpd
+++ b/script/public-inbox-httpd
@@ -21,8 +21,8 @@ my $refresh = sub {
                 }
         } else {
                 require PublicInbox::WWW;
-                PublicInbox::WWW->preload;
                 my $www = PublicInbox::WWW->new;
+                $www->preload;
                 $app = builder {
                         eval {
                                 enable 'Deflater',