Cloud support / Dropbox OAuth reference client (#659)

* bioms shouldn't be masked or the style selection box is useless
* fix: misleading comment
* Fix: calculating absolute flux from precipitation normal-value.
* Fix: River automatic rerender on regeneration.
* Dropbox OAuth implementation and Cloud framework
* add some space
* removing unnecessary logs, defer script load

Created by: Mészáros Gergely <monk@geotronic.hu>
This commit is contained in:
Gergely Mészáros, Ph.D 2021-09-07 22:36:09 +02:00 committed by Peter
parent e55588f313
commit 948a7ed3a1
5 changed files with 196 additions and 65 deletions

View file

@ -702,11 +702,7 @@ function showSavePane() {
$("#saveMapData").dialog({
title: "Save map",
resizable: false,
<<<<<<< HEAD
width: "25em",
=======
width: "27em",
>>>>>>> f557701e (dropbox - import changes from alpha)
position: {my: "center", at: "center", of: "svg"},
buttons: {
Close: function () {
@ -747,11 +743,7 @@ async function showLoadPane() {
$("#loadMapData").dialog({
title: "Load map",
resizable: false,
<<<<<<< HEAD
width: "24em",
=======
width: "22em",
>>>>>>> f557701e (dropbox - import changes from alpha)
position: {my: "center", at: "center", of: "svg"},
buttons: {
Close: function () {