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-11-02 19:31:44 +0300
committerdartcafe <github@dartcafe.de>2017-11-02 19:31:44 +0300
commit90e1e15ea8b3e33beda2bcfe752da371ef6fffe0 (patch)
tree785ba9319b186ba9acec2403575f17951b3459ee /js/vote.js
parente1ca9cf17eab56edebb782719c251f2f7320a784 (diff)
fixes
Diffstat (limited to 'js/vote.js')
-rw-r--r--js/vote.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vote.js b/js/vote.js
index fe2749b5..8a58754b 100644
--- a/js/vote.js
+++ b/js/vote.js
@@ -92,7 +92,7 @@ $(document).ready(function () {
}
var check_notif = document.getElementById('check_notif');
var newUserDates = [], newUserTypes = [];
- $(".cl_click").each(function() {
+ $(".poll-cell.active").each(function() {
if($(this).hasClass('no')) {
newUserTypes.push(0);
} else if ($(this).hasClass('yes')){