mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user