From 9f77de385e68429484ee08231ca190f23d964bbc Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 6 Feb 2009 16:03:17 +0000 Subject: Javascript just about beaten into submission. Viewers of the public SVN, I apologise for clogging up the history view. Here's a joke by way of penance: git-svn-id: https://code.elgg.org/elgg/trunk@2671 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/notifications/subscriptions/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/notifications') diff --git a/mod/notifications/views/default/notifications/subscriptions/collections.php b/mod/notifications/views/default/notifications/subscriptions/collections.php index 981e79823..1446b4e31 100644 --- a/mod/notifications/views/default/notifications/subscriptions/collections.php +++ b/mod/notifications/views/default/notifications/subscriptions/collections.php @@ -12,8 +12,8 @@ if ($("#"+method+members[i]).children("INPUT[type='checkbox']").attr('checked') != checked) { $("#"+method+members[i]).children("INPUT[type='checkbox']").attr('checked', checked); functioncall = 'adjust' + method + '_alt("'+method+members[i]+'");'; + eval(functioncall); } - eval(functioncall); } } -- cgit v1.2.3