Skip to content
Snippets Groups Projects
Commit 63d22514 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Merge branch 'results-links' into 'master'

Remove target="_blank" from search results links

See merge request iim/UNL_Search!20
parents 6c4bf4dc 65d4b815
No related branches found
No related tags found
No related merge requests found
......@@ -48,13 +48,6 @@ define(['jquery', 'analytics'], function ($, analytics) {
this._viewState = 0;
this._renderTo = cntSel;
$(function() {
$(cntSel).on('click', '.fn a', function() {
if (this.target !== '_blank') {
this.target = '_blank';
}
});
});
};
Directory.prototype._render = function(data) {
if (this._searchCanceled) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment