diff --git a/www/settings/main.js b/www/settings/main.js index d52716063..68e01a3fd 100644 --- a/www/settings/main.js +++ b/www/settings/main.js @@ -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);