Skip to content
Snippets Groups Projects

Remove target="_blank" from search results links

Merged Ryan Dee requested to merge rdee2/UNL_Search:results-links into master
1 file
+ 0
7
Compare changes
  • Side-by-side
  • Inline
+ 0
7
@@ -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) {
Loading