1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

All: Added dev sync target and option to select it in mobile

This commit is contained in:
Laurent Cozic
2017-11-24 19:47:24 +00:00
parent 8e5b0eadd9
commit 26bb7dc33b
15 changed files with 77 additions and 18 deletions

View File

@@ -16,8 +16,6 @@ class SyncTargetRegistry {
}
static nameToId(name) {
console.info(this.reg_);
for (let n in this.reg_) {
if (!this.reg_.hasOwnProperty(n)) continue;
if (this.reg_[n].name === name) return this.reg_[n].id;