1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

All: Fixes #209: Items with non-ASCII characters end up truncated on Nextcloud

This commit is contained in:
Laurent Cozic
2018-02-12 18:15:22 +00:00
parent 995d8c35dd
commit 7841421c0d
4 changed files with 42 additions and 33 deletions

View File

@@ -15,7 +15,6 @@ shared.checkSyncConfig = async function(comp, settings) {
const options = Setting.subValues('sync.' + syncTargetId, settings);
comp.setState({ checkSyncConfigResult: 'checking' });
const result = await SyncTargetClass.checkConfig(options);
console.info(result);
comp.setState({ checkSyncConfigResult: result });
}