We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601cbe2 commit 12a082cCopy full SHA for 12a082c
geodata-sea-level/demo.js
@@ -34,7 +34,7 @@ var seaLevelInput = null;
34
var panel = browser.ui.addControl('sealevel-panel',
35
'<div id="sealevel-div" class="sealevel-div">' +
36
'<label><b>Sea Level</b></label><br/>' +
37
- '<input id="seaLevelInput" type="number" min="0" max="300" step="5" value="5" size="4">' +
+ '<input id="seaLevelInput" type="number" min="0" max="300" step="5" value="10" size="4">' +
38
'</div>');
39
40
//get destinations-div element
0 commit comments