Eliminate a worthless console error
This commit is contained in:
parent
d45f737603
commit
d495c74aef
@ -14301,7 +14301,7 @@
|
|||||||
Header.addShortcut(psaIcon, true);
|
Header.addShortcut(psaIcon, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (g.VIEW === 'thread') {
|
if (!Conf['JSON Navigation'] && g.VIEW === 'thread') {
|
||||||
el = $('body > div.navLinks > a');
|
el = $('body > div.navLinks > a');
|
||||||
el.textContent = '';
|
el.textContent = '';
|
||||||
el.id = 'returnIcon';
|
el.id = 'returnIcon';
|
||||||
|
|||||||
@ -14320,7 +14320,7 @@
|
|||||||
Header.addShortcut(psaIcon, true);
|
Header.addShortcut(psaIcon, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (g.VIEW === 'thread') {
|
if (!Conf['JSON Navigation'] && g.VIEW === 'thread') {
|
||||||
el = $('body > div.navLinks > a');
|
el = $('body > div.navLinks > a');
|
||||||
el.textContent = '';
|
el.textContent = '';
|
||||||
el.id = 'returnIcon';
|
el.id = 'returnIcon';
|
||||||
|
|||||||
@ -163,7 +163,7 @@ Style =
|
|||||||
$.add psaIcon, psa
|
$.add psaIcon, psa
|
||||||
Header.addShortcut psaIcon, true
|
Header.addShortcut psaIcon, true
|
||||||
|
|
||||||
if g.VIEW is 'thread'
|
if !Conf['JSON Navigation'] and g.VIEW is 'thread'
|
||||||
el = $('body > div.navLinks > a')
|
el = $('body > div.navLinks > a')
|
||||||
el.textContent = ''
|
el.textContent = ''
|
||||||
el.id = 'returnIcon'
|
el.id = 'returnIcon'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user