Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Chaillet
doi-landing-page
Commits
8c5aa300
Commit
8c5aa300
authored
Jan 18, 2019
by
Alejandro De Maria Antolinos
Browse files
Removed silly string
parent
a9df75cf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
www/min/doi.min.js
View file @
8c5aa300
This diff is collapsed.
Click to expand it.
www/src/doicontroller.js
View file @
8c5aa300
...
...
@@ -111,7 +111,7 @@ DOIController.prototype.getData = function (doi) {
type
:
"
GET
"
,
timeout
:
15000
,
// triggers timeout when request pends longer than
// 5000ms
url
:
"
sdfdsf
"
+
this
.
doiServer
+
doi
,
url
:
this
.
doiServer
+
doi
,
beforeSend
:
function
()
{
_this
.
view
.
setLoading
(
"
Retrieving data from Server
"
);
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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