Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Dee
UNL_Search
Commits
94f0ccba
Commit
94f0ccba
authored
Feb 01, 2016
by
Michael Fairchild
Browse files
Add some cache busting for the javascript file
parent
1912cd50
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/index.php
View file @
94f0ccba
...
...
@@ -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'
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment