From fc4ce7dc8c2102561396e4987ff6357bb79bf524 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 20 Dec 2010 16:56:14 -0500 Subject: cusor pointer for undo link --- install/static/details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/details.js') diff --git a/install/static/details.js b/install/static/details.js index af6eeaec..28de8975 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -815,7 +815,7 @@ function _ipa_create_text_input(value, param_info, rights, index) span.append($("",{ html:"undo", - "class":"ui-state-highlight ui-corner-all", + "class":"ui-state-highlight ui-corner-all undo", style:"display:none", click: function(){ var previous_value = that.values || ''; -- cgit