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
path: root/js
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-17 14:44:03 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-17 16:11:43 +0300
commitc630a029fd7c9d71f9a13cd6f6f38b1b4698eedd (patch)
tree6f7ef102bb9070c186775ad3cc5b736cd99e2639 /js
parent7e318e635258711df27fd19144c564d0deb1168a (diff)
Save the values
Diffstat (limited to 'js')
-rw-r--r--js/admin.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/admin.js b/js/admin.js
index e60e103..bb0fad7 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -19,6 +19,9 @@ $(document).ready(function() {
$button.attr('disabled', false);
$section.find('.last_report').text(JSON.stringify(response.ocs.data, undefined, 4));
+ $section.find('.last_sent').text(t('popularitycontestclient', 'Sent on: {on}', {
+ on: moment().format('LL')
+ }));
},
error: function(xhr) {
$button.attr('disabled', false);