fix undefined reference

This commit is contained in:
ansuz 2017-02-28 10:30:24 +01:00
parent ccd195d318
commit d49a7d7ec4
1 changed files with 1 additions and 2 deletions

View File

@ -182,9 +182,8 @@ define([
'type': 'checkbox',
}).on('change', function () {
obj.proxy.allowUserFeedback = $checkbox.is(':checked') || false;
// TODO provide feedback to show if this is synced
settle(function () {});
// Cryptpad.whenRealtimeSyncs...
});
$checkbox.appendTo($div);