Fix history sidebar

This commit is contained in:
John Firebaugh 2013-11-13 15:45:07 -08:00
parent c878b5b8d4
commit 7b10012f90

View file

@ -37,6 +37,7 @@
$.ajax({
url: path,
dataType: "html",
complete: function(xhr) {
clearTimeout(loaderTimeout);
$('#sidebar_loader').hide();