Fix ReferenceError from last commit

This commit is contained in:
yflory 2024-03-27 14:11:56 +01:00
parent c817188365
commit ebea8f051b
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ Attachments:${JSON.stringify(msg.attachments, 0, 2)}`;
$div.empty();
$(start).prop('disabled', 'disabled');
APP.module.execCommand('GET_LEGACY', {}, contentByHash => {
$button.prop('disabled', false);
$(start).prop('disabled', false);
// group by ticket id
let sorted = sortLegacyTickets(contentByHash);
sorted.forEach(ticket => {