changes to user routes to return null

This commit is contained in:
Baris Soner Usakli
2013-07-05 16:16:03 -04:00
parent c7a085af52
commit 6a4dcc75c2
2 changed files with 39 additions and 18 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;
}