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
35c1810d
Commit
35c1810d
authored
Mar 16, 2018
by
Phil Höfer
Browse files
change api server to production
parent
cdbc38a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/app/results.js
View file @
35c1810d
...
...
@@ -35,7 +35,7 @@ function search(query,focus,callback, trycount) {
var
doc
;
trycount
=
trycount
||
0
;
try
{
doc
=
loadXMLDoc
(
"
https://metager
3
.de/meta/meta.ger3?
"
+
focus
+
"
&
"
+
query
+
"
&encoding=utf8&out=atom10&appversion=3.0.3
"
);
doc
=
loadXMLDoc
(
"
https://metager.de/meta/meta.ger3?
"
+
focus
+
"
&
"
+
query
+
"
&encoding=utf8&out=atom10&appversion=3.0.3
"
);
callback
(
null
,
doc
);
}
catch
(
e
)
{
if
(
++
trycount
<
TRIES
)
{
...
...
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