From 5e6a256001aa425cddbe98ccdab0c174891822bd Mon Sep 17 00:00:00 2001
From: Tyler Lemburg <lemburg@unl.edu>
Date: Tue, 4 Apr 2017 11:31:50 -0500
Subject: [PATCH] Cache bust this too?

---
 www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/index.php b/www/index.php
index 6975a62..5572d78 100644
--- a/www/index.php
+++ b/www/index.php
@@ -30,7 +30,7 @@ function loadDefaultSections($page)
 
 $isEmbed = isset($_GET['embed']) && $_GET['embed'];
 
-$localScriptUrl = './js/search.min.js?v=4.1';
+$localScriptUrl = './js/search.min.js?v=4.1.20';
 $pageTemplate = 'Fixed';
 
 if (UNL_Search::$mode === 'debug') {
-- 
GitLab