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

Merge branch 'release-4.1'

parents b299dde9 ecd0a172
No related merge requests found
...@@ -12,7 +12,7 @@ function buildFacetNodes(data, currentPath, allowExclude, excludeTitle, counts) ...@@ -12,7 +12,7 @@ function buildFacetNodes(data, currentPath, allowExclude, excludeTitle, counts)
var excludeURL = currentPath + this.exclude; var excludeURL = currentPath + this.exclude;
excludeURL.replace("'", "\\'"); excludeURL.replace("'", "\\'");
// Just to be safe // Just to be safe
html += ' <a href="' + excludeURL + '" onclick="document.location.href=\'' + excludeURL + '\'; return false;" title="' + htmlEncode(excludeTitle) + '"><i class="fa fa-times" title="' + VuFind.translate('Selected') + '"></i></a>'; html += ' <a href="' + excludeURL + '" onclick="document.location.href=\'' + excludeURL + '\'; return false;" title="' + htmlEncode(excludeTitle) + '"><i class="fa fa-times"></i></a>';
} }
html += '</span>'; html += '</span>';
} }
......
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