From d83cc645c74c1755e89045ec808705758e2fdf8a Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 28 Dec 2013 22:00:26 -0800 Subject: [PATCH] Javascript changes affect the frontpage too --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 5f3af5b55..413028afa 100644 --- a/index.php +++ b/index.php @@ -15,6 +15,7 @@ $timestamps[] = @filemtime("include/prepend.inc"); $timestamps[] = @filemtime("include/pregen-confs.inc"); $timestamps[] = @filemtime("include/pregen-news.inc"); $timestamps[] = @filemtime("include/version.inc"); +$timestamps[] = @filemtime("js/common.js"); // The latest of these modification dates is our real Last-Modified date $timestamp = max($timestamps);