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
No related branches found
No related tags found
1 merge request!74.1
......@@ -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') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment