Skip to content
Snippets Groups Projects

4.1

Merged Michael Fairchild requested to merge 4.1 into master
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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') {
@@ -52,7 +52,7 @@ if (!$isEmbed) {
$localResults = '';
$context = '';
$page->addStyleSheet('css/search.css');
$page->addStyleSheet('css/search.css?v=4.1');
//u is referring site
if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) {
Loading