From 342cac0b1af14bdb72e014852fd70fa789ad6c28 Mon Sep 17 00:00:00 2001 From: phamt Date: Wed, 10 Nov 2010 17:21:39 +0000 Subject: [PATCH] Changed comments icon to be larger and added Cancel link to undo changes. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8120 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/nodes/nodes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/nodes/nodes.js b/xCAT-UI/js/nodes/nodes.js index b7e74ad61..018c7c4da 100644 --- a/xCAT-UI/js/nodes/nodes.js +++ b/xCAT-UI/js/nodes/nodes.js @@ -1894,7 +1894,7 @@ function createCommentsToolTip(comments) { // Save changes onclick saveLnk.bind('click', function(){ // Get node and comments - var node = $(this).parent().parent().find('span').attr('id').replace('Tip', ''); + var node = $(this).parent().parent().find('img').attr('id').replace('Tip', ''); var comments = $(this).parent().find('textarea').val(); // Save comments