Skip to content

Commit

Permalink
Update dependencies, 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 6, 2019
1 parent 4225e1b commit 32a3412
Show file tree
Hide file tree
Showing 11 changed files with 9,208 additions and 37,264 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<body class="sn-component">
<script>
// In the desktop version, it will use this default value:
window.default_relay_server_url = "https://filesafe.standardnotes.org";
// window.default_relay_server_url = "http://localhost:3020";
window.default_fs_relay_server_url = "https://filesafe.standardnotes.org";
// window.default_fs_relay_server_url = "http://localhost:3020";
</script>
<script type="text/javascript" src="dist.js"></script>
</body>
Expand Down
3 changes: 2 additions & 1 deletion app/index.min.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<title>FileSafe</title>
<body class="sn-component">
<script>
window.default_relay_server_url = "https://filesafe.standardnotes.org";
window.default_fs_relay_server_url = "https://filesafe.standardnotes.org";
// window.default_fs_relay_server_url = "http://localhost:3020";
</script>
<script type="text/javascript" src="dist.min.js"></script>
</body>
Expand Down
Loading

0 comments on commit 32a3412

Please sign in to comment.