From 4fd3e3510a46293d323a1dfde9c3c16ab1d6333e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 16 Sep 2007 02:24:38 +0000 Subject: [PATCH] elofgren: Use onclick instead of onchange event so that blacklist add/removing is immediately called by IE when checkboxes are clicked on the 'Bounced' tab of the 'Mailing List' section of the 'Newsletters' section. (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42049 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/NewsletterAdmin_right.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/NewsletterAdmin_right.js b/javascript/NewsletterAdmin_right.js index c0da149c..1cd92af6 100755 --- a/javascript/NewsletterAdmin_right.js +++ b/javascript/NewsletterAdmin_right.js @@ -17,7 +17,7 @@ Behaviour.register( { // Called when checkbox on Bounced tab of Mailing List is clicked Behaviour.register( { '#BouncedListTable tr td.markingcheckbox input': { - onchange : function(e) { + onclick : function(e) { new Ajax.Request( 'admin/newsletter/memberblacklisttoggle/' + this.value, {