Skip to content

Commit

Permalink
Fix for login screen coming up instead of app. Bug 796.
Browse files Browse the repository at this point in the history
Reviewed by Eric Lambert on github, so committing.  Quote:
  "my name is eric lambert and i approve this commit Eric Lambert @ 1:17"
  • Loading branch information
ingenthr committed Mar 9, 2010
1 parent f80a1bf commit e49bcb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/menelaus/priv/js/app.js
Expand Up @@ -1698,7 +1698,6 @@ $(function () {
ts = parseInt(reloadInfo);
if ((now - ts) > 2*1000) {
$.cookie('ri', null);
return;
}
}
displayNotice('An error was encountered when requesting data from the server. ' +
Expand Down

0 comments on commit e49bcb6

Please sign in to comment.