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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-08-08 12:48:42 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-08-08 19:05:20 +0300
commita6cef578781257e9e0a3c808a054d496862cbeed (patch)
tree770e0b3a711d03c822783f3b1e7cb26ddf99db52 /js/admin.js
parentb5328ec249c0bc24a3b5ec4b57c185d16191b266 (diff)
many small improvements to prepare the client for the Nextcloud 10 release
Diffstat (limited to 'js/admin.js')
-rw-r--r--js/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/admin.js b/js/admin.js
index dbecd8c..8f5da93 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -6,7 +6,7 @@ $(document).ready(function() {
OC.AppConfig.postCall('setValue', {
app: 'survey_client',
- key: $(this).attr('name').substring(24),
+ key: $(this).attr('name').substring(14),
value: $(this).attr('checked') ? 'yes' : 'no'
}, function() {
$button.attr('disabled', false);