You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geophires/geophires-ui.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ function submitForm(oFormElement) {
272
272
273
273
xhr.onerror=function(){
274
274
console.error('xhr onerror triggered',xhr)
275
-
showError('Unexpected GEOPHIRES error - could be caused by invalid GEOPHIRES parameters, i.e. Maximum Temperature > 400')
275
+
showError('Unexpected GEOPHIRES error - please <a href="https://github.com/softwareengineerprogrammer/geothermal-ui/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=GEOPHIRES+UI+Error" target="_blank">submit an issue here</a> to get help.')
0 commit comments