diff --git a/javascript/DropdownTimeField.js b/javascript/DropdownTimeField.js index 38b77c65e..3d19d5ee2 100644 --- a/javascript/DropdownTimeField.js +++ b/javascript/DropdownTimeField.js @@ -91,6 +91,7 @@ TimeBehaviour = { if( this.selectTag.selectedIndex != null ) { var timeValue = this.selectTag.options[ this.selectTag.selectedIndex ].value; this.value = timeValue; + if(this.onchange) this.onchange(); } this.close(); }