Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
commit
8e7e1d336e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue