From 94f0ccbada701e4b71ad035d8758eede29f542d5 Mon Sep 17 00:00:00 2001
From: Michael Fairchild <mfairchild365@gmail.com>
Date: Mon, 1 Feb 2016 08:53:40 -0600
Subject: [PATCH] Add some cache busting for the javascript file

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

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