remove unneded line removing target=_blank for links in mobileclient

This commit is contained in:
Laura Klünder 2018-11-26 02:12:13 +01:00
parent 6136bd7c80
commit 9a2a9e9bef

View file

@ -44,7 +44,6 @@ c3nav = {
if (window.mobileclient) { if (window.mobileclient) {
var $body = $('body'); var $body = $('body');
$('#attributions').find('a:not([href^="http"]):not([href^="//"])').removeAttr('target');
$body.addClass('mobileclient'); $body.addClass('mobileclient');
c3nav._set_user_location(null); c3nav._set_user_location(null);
if ($body.is('[data-user-data]')) { if ($body.is('[data-user-data]')) {