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
This commit is contained in:
parent
9e6c548c51
commit
342cac0b1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user