diff --git a/pages/UI.php b/pages/UI.php index 479ec5b49..34510404a 100644 --- a/pages/UI.php +++ b/pages/UI.php @@ -601,6 +601,7 @@ try if ($iErrors == 0) { $oP->set_title(Dict::S('UI:SearchResultsPageTitle')); + $oP->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/xlsx-export.js'); // Since the results are loaded asynchronously they don't do this on their own $oP->add("
\n"); $oP->add("
\n"); $oP->add(' '.Dict::Format('UI:Search:Ongoing', htmlentities($sFullText, ENT_QUOTES, 'UTF-8')).''); @@ -1654,4 +1655,4 @@ catch(Exception $e) IssueLog::Error($e->getMessage()); } } -?> \ No newline at end of file +?>