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