remove unneded line removing target=_blank for links in mobileclient
This commit is contained in:
parent
6136bd7c80
commit
9a2a9e9bef
1 changed files with 0 additions and 1 deletions
|
@ -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]')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue