There was an error while loading. Please reload this page.
let
1 parent 63ce41a commit cc8051aCopy full SHA for cc8051a
1 file changed
src/appellate/appellate.js
@@ -684,7 +684,7 @@ AppellateDelegate.prototype.handleAcmsDownloadPage = async function () {
684
// Remove element from the page to show loading message
685
let mainDiv = modal.querySelector('.modal-body');
686
mainDiv.innerHTML = '';
687
- loadingTextMessage = APPELLATE.createsLoadingMessage(caseNumber);
+ let loadingTextMessage = APPELLATE.createsLoadingMessage(caseNumber);
688
mainDiv.append(loadingTextMessage);
689
690
// Get the pacer_case_id and document GUID from the sessionStorage object
0 commit comments