Fixed Ajax panel loading in the toolbar

This commit is contained in:
Javier Eguiluz 2015-10-27 12:50:35 +01:00
parent 2419000ab5
commit 862daf205c
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@
var text = requestStack.length + ' AJAX request' + (requestStack.length > 1 ? 's' : '');
infoSpan.textContent = text;
}
ajaxToolbarPanel.style.display = 'block';
} else {
ajaxToolbarPanel.style.display = 'none';
}