Merge branch 'master' of github.com:psychobunny/node-forum

This commit is contained in:
Julian Lam
2013-07-05 16:21:06 -04:00
4 changed files with 104 additions and 19 deletions

View File

@@ -154,7 +154,7 @@
(function() {
jQuery.get(API_URL + api_url, function(data) {
if(data === false) {
if(!data) {
ajaxify.go('404');
return;
}