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
5821155f
Commit
5821155f
authored
Nov 27, 2017
by
Phil Höfer
Browse files
Set version to 3.0.1
parent
b397e577
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.xml
View file @
5821155f
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"de.metager.metagerapp"
version=
"3.0.
0
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"de.metager.metagerapp"
version=
"3.0.
1
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
MetaGer Suche
</name>
<description>
MetaGer Suche
...
...
www/app/results.js
View file @
5821155f
...
...
@@ -35,7 +35,7 @@ function search(query,focus,callback, trycount) {
var
doc
;
trycount
=
trycount
||
0
;
try
{
doc
=
loadXMLDoc
(
"
https://metager3.de/meta/meta.ger3?
"
+
focus
+
"
&
"
+
query
+
"
&encoding=utf8&out=atom10&appversion=3.0.
0
"
);
doc
=
loadXMLDoc
(
"
https://metager3.de/meta/meta.ger3?
"
+
focus
+
"
&
"
+
query
+
"
&encoding=utf8&out=atom10&appversion=3.0.
1
"
);
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