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
Digital Experience Group
UNL_Search
Commits
95965017
Commit
95965017
authored
Feb 01, 2016
by
Michael Fairchild
Browse files
Also cache bust the css
parent
94f0ccba
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/index.php
View file @
95965017
...
@@ -52,7 +52,7 @@ if (!$isEmbed) {
...
@@ -52,7 +52,7 @@ if (!$isEmbed) {
$localResults
=
''
;
$localResults
=
''
;
$context
=
''
;
$context
=
''
;
$page
->
addStyleSheet
(
'css/search.css'
);
$page
->
addStyleSheet
(
'css/search.css
?v=4.1
'
);
//u is referring site
//u is referring site
if
(
isset
(
$_GET
[
'u'
])
&&
$scanned
=
UNL_Search
::
getScannedPage
(
$_GET
[
'u'
]))
{
if
(
isset
(
$_GET
[
'u'
])
&&
$scanned
=
UNL_Search
::
getScannedPage
(
$_GET
[
'u'
]))
{
...
...
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