Skip to content
Snippets Groups Projects
Commit 65d4b815 authored by Ryan Dee's avatar Ryan Dee
Browse files

Remove target="_blank" from search results links

parent 6c4bf4dc
No related branches found
No related tags found
No related merge requests found
...@@ -48,13 +48,6 @@ define(['jquery', 'analytics'], function ($, analytics) { ...@@ -48,13 +48,6 @@ define(['jquery', 'analytics'], function ($, analytics) {
this._viewState = 0; this._viewState = 0;
this._renderTo = cntSel; this._renderTo = cntSel;
$(function() {
$(cntSel).on('click', '.fn a', function() {
if (this.target !== '_blank') {
this.target = '_blank';
}
});
});
}; };
Directory.prototype._render = function(data) { Directory.prototype._render = function(data) {
if (this._searchCanceled) { 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