Skip to content
Snippets Groups Projects
Commit 94f0ccba authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Add some cache busting for the javascript file

parent 1912cd50
Branches patch-8
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ function loadDefaultSections($page) ...@@ -28,7 +28,7 @@ function loadDefaultSections($page)
$isEmbed = isset($_GET['embed']) && $_GET['embed']; $isEmbed = isset($_GET['embed']) && $_GET['embed'];
$localScriptUrl = './js/search.min.js'; $localScriptUrl = './js/search.min.js?v=4.1';
$pageTemplate = 'Fixed'; $pageTemplate = 'Fixed';
if (UNL_Search::$mode === 'debug') { if (UNL_Search::$mode === 'debug') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment