mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 7312: fixed issue where changing the "customize" drop-down when adding a new disk offering does nothing.
This commit is contained in:
parent
a4f35f90ce
commit
83d68999a2
@ -51,7 +51,7 @@ function initAddDiskOfferingDialog() {
|
||||
|
||||
var $dialogAddDisk = $("#dialog_add_disk");
|
||||
$dialogAddDisk.find("#customized").bind("change", function(event) {
|
||||
if($(this).val() == false) {
|
||||
if($(this).val() == 'false') {
|
||||
$dialogAddDisk.find("#add_disk_disksize_container").show();
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user