File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
.hidden {
17
17
visibility : hidden;
18
+ display : none;
18
19
}
19
20
20
21
# geophires_input_parameters , # geophires_text_input_parameters > textarea {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ function setLoading(isLoading) {
4
4
setVisible ( loader , true )
5
5
resetGenerationProfileGraphs ( )
6
6
setVisible ( $ ( '#result-actions' ) , false )
7
+ setVisible ( $ ( '#result-instructions' ) , false )
7
8
} else {
8
9
setVisible ( loader , false )
9
10
}
Original file line number Diff line number Diff line change 131
131
< div class ="mui-tabs__pane " id ="pane-default-4 ">
132
132
< form
133
133
method ="POST "
134
- onsubmit ="return submitForm(this); "
135
134
class ="apiActionForm "
136
- action ="https://nmgmk2gu5b.execute-api.us-west-2.amazonaws.com/get-geophires-result ">
135
+ action ="https://nmgmk2gu5b.execute-api.us-west-2.amazonaws.com/get-geophires-result "
136
+ onsubmit ="return submitForm(this); ">
137
137
< textarea id ="geophires_input_parameters "
138
138
name ="geophires_input_parameters "
139
139
class ="mui-textfield "
168
168
169
169
</ h3 >
170
170
< span id ="loading " class ="hidden loader "> Running...</ span >
171
+ < div id ="result-instructions "> Enter Parameters or select an example, then press Run GEOPHIRES to get a result.</ div >
171
172
< div id ="results "> </ div >
172
173
< div id ="generation-profile-graphs ">
173
174
< div id ="power-generation-profile-chart " style ="width: 100%; height: 250px "> </ div >
You can’t perform that action at this time.
0 commit comments