Changes to AgileBill
This commit is contained in:
4
includes/javascript/controls.js
vendored
4
includes/javascript/controls.js
vendored
@@ -42,7 +42,7 @@ Ajax.Autocompleter = Class.create();
|
||||
Ajax.Autocompleter.prototype = (new Ajax.Base()).extend({
|
||||
initialize: function(element, update, url, options) {
|
||||
this.element = $(element);
|
||||
this.hidden = element+'_hidden'; //agileco add
|
||||
this.hidden = element+'_hidden'; //agileco add
|
||||
this.update = $(update);
|
||||
this.has_focus = false;
|
||||
this.changed = false;
|
||||
@@ -262,4 +262,4 @@ Ajax.Autocompleter.prototype = (new Ajax.Base()).extend({
|
||||
id = Element.collectTextNodesIgnoreClass(this.get_current_entry(), 'name', 'informal' ).unescapeHTML(); // agileco add
|
||||
document.getElementById(this.hidden).value = id; // agileco add
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user