diff --git a/front/public/js/alpha.js b/front/public/js/alpha.js index 6a9fc61e..0ee4b345 100644 --- a/front/public/js/alpha.js +++ b/front/public/js/alpha.js @@ -468,7 +468,15 @@ $(document).ready(function() { }) }, error: function(xhr, err) { + console.log('LOGOUT - - - - - - - ERROR:') + console.log(xhr); console.log(err); + clear(); + return boot(function(){ + $('#nav').fadeOut(); + $('#login').fadeIn(); + $('#why').show(); + }) } }); }