aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/views/default/notifications/subscriptions/jsfuncs.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 11:41:30 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 11:41:30 +0000
commitd98fc5a0f10cff1686c2a535d56b3622e0e608ff (patch)
treefc9038b1366368947ee76473b04ac9c40cd68b55 /mod/notifications/views/default/notifications/subscriptions/jsfuncs.php
parentac8586eaf23d338ac65f3cafda6ed6a2f6b0b881 (diff)
downloadelgg-d98fc5a0f10cff1686c2a535d56b3622e0e608ff.tar.gz
elgg-d98fc5a0f10cff1686c2a535d56b3622e0e608ff.tar.bz2
Fixed checkboxes on the notification screen.
git-svn-id: https://code.elgg.org/elgg/trunk@2975 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications/views/default/notifications/subscriptions/jsfuncs.php')
-rw-r--r--mod/notifications/views/default/notifications/subscriptions/jsfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/notifications/views/default/notifications/subscriptions/jsfuncs.php b/mod/notifications/views/default/notifications/subscriptions/jsfuncs.php
index 5d8e6c101..20ce25e1b 100644
--- a/mod/notifications/views/default/notifications/subscriptions/jsfuncs.php
+++ b/mod/notifications/views/default/notifications/subscriptions/jsfuncs.php
@@ -20,6 +20,8 @@ $(document).ready(function () {
});
+ clickflag = 0;
+
<?php
foreach($NOTIFICATION_HANDLERS as $method => $foo) {
?>