fix build

This commit is contained in:
Athou
2013-05-17 21:29:14 +02:00
parent 12ab868b2b
commit a9572028dd

View File

@@ -14,7 +14,7 @@ app.config([ '$routeProvider', '$stateProvider', '$urlRouterProvider', '$httpPro
var error = function (response) {
var status = response.status;
if (status == 401) {
window.location = "logout";
window.location = 'logout';
return;
} else {
return $q.reject(response);