From 55572559baa932d4ae0702f134a66128f14048c0 Mon Sep 17 00:00:00 2001 From: Tyler Lemburg <lemburg@unl.edu> Date: Tue, 4 Apr 2017 11:11:55 -0500 Subject: [PATCH] Cache Bust JS also --- www/templates/embed.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/templates/embed.tpl.php b/www/templates/embed.tpl.php index ddf2f77..edcabbc 100644 --- a/www/templates/embed.tpl.php +++ b/www/templates/embed.tpl.php @@ -6,7 +6,7 @@ <title>UNL Search | University of Nebraska–Lincoln</title> <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" /> <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_4.1/css/all.css" /> - <script src="js/embed/all.js"></script> + <script src="js/embed/all.js?v=20170404"></script> <?php echo $head ?> </head> <body> -- GitLab