Merge branch 'v3'

This commit is contained in:
Zixaphir 2014-03-08 16:25:32 -07:00
commit 093dfd169f
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -17644,7 +17644,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]