entity_select naming

http://fedorahosted.org/freeipa/ticket/1467
This commit is contained in:
Adam Young
2011-07-11 16:17:29 -04:00
parent 28e85ee47a
commit e0238b5218

View File

@@ -1653,6 +1653,7 @@ IPA.entity_select_widget = function(spec) {
that.edit_box = $('<input />',{
type: 'text',
title: that.tooltip,
name: that.name,
keyup:function(){
that.validate();
}