Skip to content

Commit 26ed2b3

Browse files
Update error message - suggest submitting issue to resolve
1 parent 418cd9b commit 26ed2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geophires/geophires-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function submitForm(oFormElement) {
272272

273273
xhr.onerror = function () {
274274
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.')
276276
}
277277

278278
xhr.open(oFormElement.method, oFormElement.getAttribute("action"))

0 commit comments

Comments
 (0)