From 994a61b23fb9ba7b709d6a50b68fdee9dbed1f78 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 21 Mar 2013 18:46:00 +0000 Subject: [PATCH] Fixed toggle of options to be triggered by input box vs. list item. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15621 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/custom/zvm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/custom/zvm.js b/xCAT-UI/js/custom/zvm.js index 740ac9b78..4261257d2 100644 --- a/xCAT-UI/js/custom/zvm.js +++ b/xCAT-UI/js/custom/zvm.js @@ -2587,7 +2587,7 @@ zvmPlugin.prototype.loadLogPage = function(node) { tgtLog.toggle(); }); - setChkBox.bind('click', function(event) { + setChkBox.find('input').bind('click', function(event) { logOpt.toggle(); });