diff options
author | Adam Young <ayoung@redhat.com> | 2010-12-20 16:56:14 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-12-20 22:58:16 -0500 |
commit | fc4ce7dc8c2102561396e4987ff6357bb79bf524 (patch) | |
tree | d44c03b8334e6c412bddfffcd17b60793832fe7a /install/static/details.js | |
parent | 7493d781dfcaa7995f7864a09ad39ba6a89f1a9c (diff) | |
download | freeipa.git-fc4ce7dc8c2102561396e4987ff6357bb79bf524.tar.gz freeipa.git-fc4ce7dc8c2102561396e4987ff6357bb79bf524.tar.xz freeipa.git-fc4ce7dc8c2102561396e4987ff6357bb79bf524.zip |
cusor pointer for undo link
Diffstat (limited to 'install/static/details.js')
-rw-r--r-- | install/static/details.js | 2 |
1 files changed, 1 insertions, 1 deletions
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($("<a/>",{ 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 || ''; |