fixed login register logout

This commit is contained in:
Baris Soner Usakli
2013-07-10 21:31:58 -04:00
parent 43e73e3aba
commit d7597608d5
7 changed files with 36 additions and 34 deletions

View File

@@ -160,9 +160,8 @@
}());
(function() {
console.log(API_URL,api_url);
jQuery.get(API_URL + api_url, function(data) {
jQuery.get(API_URL + api_url, function(data) {
if(!data) {
ajaxify.go('404');