Merge branch 'master' of github.com:standardnotes/web into ivs

This commit is contained in:
Mo Bitar
2017-03-18 15:48:42 -05:00
20 changed files with 179 additions and 130 deletions

View File

@@ -10,7 +10,7 @@ class SyncManager {
}
get serverURL() {
return localStorage.getItem("server") || "https://n3.standardnotes.org";
return localStorage.getItem("server") || window._default_sf_server;
}
get masterKey() {