Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@pontapreta.net>2017-02-08 19:19:51 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-02-08 19:19:51 +0300
commit8929d60a1c2cb37fa07c288bdb0d6a63eed11587 (patch)
treefa0dee5d46e452bae1677ea8718cc7d2ba8bd037 /appinfo
parent93d51415c0fdbddf73f8a48f4e69923996b97811 (diff)
JS is now using jquery + saving animation
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index eaf8636..4527eff 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -30,7 +30,7 @@ return [
[
'name' => 'settings#getOrcidInfo',
'url' => 'ajax/settings/getOrcidInfo.php',
- 'verb' => 'GET'
+ 'verb' => 'POST'
],
[
'name' => 'settings#setOrcidInfo',