From 1548d0a54b5e1b9bbd07c7962f3940501917dda8 Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 23 Aug 2011 06:48:03 +0000 Subject: [PATCH] Fixed a bug for 'update.checkbox' events git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8840 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/tpl/js/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index b0bf40ecd..0299770d9 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -51,7 +51,7 @@ jQuery(function($){ .prop('checked', $this.prop('checked')) .end() .end() - .trigger('update.checkbox', name, this.checked); + .trigger('update.checkbox', [name, this.checked]); }); // Global Navigation Bar