Skip to content

Commit

Permalink
Fixed a bug where Atlas was not showing error messages properly
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelBergmann committed Jan 20, 2017
1 parent bf7a7ba commit f066099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ define([

error: function(erno){
$("#content").show();
doSearchView.error(erno);
doSearchView.error = erno;
doSearchView.renderError();
$("#loading").hide();
}
});
Expand Down

0 comments on commit f066099

Please sign in to comment.