This commit is contained in:
Zixaphir 2014-03-08 16:25:18 -07:00
parent cf1a4c1cc4
commit c3a71e0ba3
3 changed files with 3 additions and 3 deletions

View File

@ -13538,7 +13538,7 @@
}
})();
if (g.VIEW === 'catalog') {
return $.ready(Index.catalogSwitch);
return Index.catalogSwitch();
}
if (g.VIEW === 'thread') {
g.THREADID = +pathname[3];

View File

@ -13550,7 +13550,7 @@
}
})();
if (g.VIEW === 'catalog') {
return $.ready(Index.catalogSwitch);
return Index.catalogSwitch();
}
if (g.VIEW === 'thread') {
g.THREADID = +pathname[3];

View File

@ -15,7 +15,7 @@ Main =
else
'index'
if g.VIEW is 'catalog'
return $.ready Index.catalogSwitch
return Index.catalogSwitch()
if g.VIEW is 'thread'
g.THREADID = +pathname[3]