This commit is contained in:
Zixaphir 2014-03-19 07:47:22 -07:00
parent 3174af1c50
commit ca45ed6fe1
4 changed files with 4 additions and 4 deletions

View File

@ -17951,7 +17951,7 @@
});
$.before(styleSelector.previousSibling, [$.tn('['), passLink, $.tn(']\u00A0\u00A0')]);
}
if (!Conf['JSON Navigation'] in g.VIEW === 'thread') {
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
Main.initThread();
} else {
$.event('4chanXInitFinished');

View File

@ -17962,7 +17962,7 @@
});
$.before(styleSelector.previousSibling, [$.tn('['), passLink, $.tn(']\u00A0\u00A0')]);
}
if (!Conf['JSON Navigation'] in g.VIEW === 'thread') {
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
Main.initThread();
} else {
$.event('4chanXInitFinished');

View File

@ -196,7 +196,7 @@ Main =
$.before styleSelector.previousSibling, [$.tn '['; passLink, $.tn ']\u00A0\u00A0']
# Parse HTML or skip it and start building from JSON.
if !Conf['JSON Navigation'] of g.VIEW is 'thread'
if !Conf['JSON Navigation'] or g.VIEW is 'thread'
Main.initThread()
else
$.event '4chanXInitFinished'

View File

@ -190,7 +190,7 @@ Linkify =
embed.dataset.title = title[0]
else
try
$.cache service.api(uid),
$.cache service.api(uid),
-> title = Linkify.cb.title @, data
,
responseType: 'json'