diff --git a/openstack_dashboard/static/js/horizon.volumes.js b/openstack_dashboard/static/js/horizon.volumes.js index 7e7c757aeb..8c120e7972 100644 --- a/openstack_dashboard/static/js/horizon.volumes.js +++ b/openstack_dashboard/static/js/horizon.volumes.js @@ -23,7 +23,7 @@ horizon.Volumes = { this.getSelectedType(); this.showTypeDescription(); - $("#id_volume_source_type").change(this._toggleTypeSelector); + $("#id_volume_source_type").on("change", this._toggleTypeSelector); }, /*