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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-19 00:32:27 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-19 00:34:10 +0300
commit9e6dc626a238eb6377012b3561072ebcca281d91 (patch)
tree2df03f911c158b32d6d429faed3ec1886df89882 /js/admin.js
parent9ae9f7b0dff3730e072c4220f7931a05ba239302 (diff)
show report even the first time data was sent
Diffstat (limited to 'js/admin.js')
-rw-r--r--js/admin.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/admin.js b/js/admin.js
index 8f5da93..49c25f3 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -39,6 +39,7 @@ $(document).ready(function() {
$section.find('.last_sent').text(t('survey_client', 'Sent on: {on}', {
on: moment().format('LL')
}));
+ $section.find('.last_report').closest('div').removeClass('hidden');
},
error: function(xhr) {
$button.attr('disabled', false);