Make main page flash messages visible

This commit is contained in:
John Firebaugh 2013-11-25 13:20:48 -08:00
parent 8b84f11a45
commit ca64b39e0d
2 changed files with 5 additions and 1 deletions

View file

@ -40,6 +40,7 @@
dataType: "html",
complete: function(xhr) {
clearTimeout(loaderTimeout);
$('#flash').empty();
$('#sidebar_loader').hide();
$('#sidebar_content').html(xhr.responseText);
if (xhr.getResponseHeader('X-Page-Title')) {