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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-10-24 13:15:00 +0300
committerdartcafe <github@dartcafe.de>2017-10-24 13:15:00 +0300
commita63ef8cf6328ee482752b11a375aef2110d89b5f (patch)
tree0284b75d173d85238d643536ede38998244e66ae /js/vote.js
parente73c6be16e433996d17629d5a0c56e9d46fba0db (diff)
Updates
Diffstat (limited to 'js/vote.js')
-rw-r--r--js/vote.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/vote.js b/js/vote.js
index ebcb6843..25cec560 100644
--- a/js/vote.js
+++ b/js/vote.js
@@ -14,10 +14,6 @@ $.fn.switchClass = function(a, b) {
$(document).ready(function () {
// count how many times in each date
- var arr_dates = []; // will be like: [21.02] => 3
- var arr_years = []; // [1992] => 6
- var dateStr = '';
- var k;
$('.poll.avatardiv').each(function(i, obj) {
$(obj).avatar(obj.title, 32);