mirror of https://github.com/xwiki-labs/cryptpad
Fix ReferenceError from last commit
This commit is contained in:
parent
c817188365
commit
ebea8f051b
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue