I thought I fixed that already? OH WELL

This commit is contained in:
Zixaphir 2014-05-11 16:28:56 -07:00
parent d238bcc20f
commit 8cf9ad236a
3 changed files with 3 additions and 3 deletions

View File

@ -14032,7 +14032,7 @@
return window.open('//sys.4chan.org/auth', 'This will steal your data.', 'left=0,top=0,width=500,height=255,toolbar=0,resizable=0');
});
$.before(styleSelector.previousSibling, [$.tn('['), passLink, $.tn(']\u00A0\u00A0')]);
$('link[href*="mobile"', d.head).disabled = true;
$('link[href*="mobile"]', d.head).disabled = true;
}
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
Main.initThread();

View File

@ -14050,7 +14050,7 @@
return window.open('//sys.4chan.org/auth', 'This will steal your data.', 'left=0,top=0,width=500,height=255,toolbar=0,resizable=0');
});
$.before(styleSelector.previousSibling, [$.tn('['), passLink, $.tn(']\u00A0\u00A0')]);
$('link[href*="mobile"', d.head).disabled = true;
$('link[href*="mobile"]', d.head).disabled = true;
}
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
Main.initThread();

View File

@ -195,7 +195,7 @@ Main =
'left=0,top=0,width=500,height=255,toolbar=0,resizable=0'
$.before styleSelector.previousSibling, [$.tn '['; passLink, $.tn ']\u00A0\u00A0']
# Completely disable the mobile layout
$('link[href*="mobile"', d.head).disabled = true
$('link[href*="mobile"]', d.head).disabled = true
# Parse HTML or skip it and start building from JSON.
if !Conf['JSON Navigation'] or g.VIEW is 'thread'