Skip to content
Snippets Groups Projects
Commit dc604e80 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed refactor-related bug.

parent 7879cadc
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
$lookforEncoded = urlencode($lookfor); $lookforEncoded = urlencode($lookfor);
$loadJs = <<<JS $loadJs = <<<JS
$(document).ready(function(){ $(document).ready(function(){
var url = path + '/Combined/Result?id=$searchClassIdEncoded&lookfor=$lookforEncoded'; var url = VuFind.getPath() + '/Combined/Result?id=$searchClassIdEncoded&lookfor=$lookforEncoded';
$('$targetIdHtmlEscaped').load(url, '', function(responseText) { $('$targetIdHtmlEscaped').load(url, '', function(responseText) {
if (responseText.length == 0) { if (responseText.length == 0) {
$('$targetIdHtmlEscaped').hide(); $('$targetIdHtmlEscaped').hide();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment