Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Rockendorf
metager-app
Commits
bfee8cc9
Commit
bfee8cc9
authored
Nov 27, 2017
by
Phil Höfer
Browse files
Add more detail to error message.
parent
4c0b7ae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/app/results.js
View file @
bfee8cc9
...
...
@@ -12,7 +12,7 @@ return xhttp.responseXML;
function
render
(
err
,
content
)
{
if
(
err
)
{
alert
(
"
Fehler bei der Suche! Bitte prüfen Sie Ihr Netzwerk.
"
);
alert
(
"
Fehler bei der Suche! Bitte prüfen Sie Ihr Netzwerk.
(
"
+
err
+
"
)
"
);
location
.
href
=
"
index.xhtml
"
;
}
else
{
style
=
loadXMLDoc
(
"
style/material.xsl
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment