bug 11255: cloudStack - IP address page - add a missing semicolon.

This commit is contained in:
Jessica Wang 2011-08-25 14:59:15 -07:00
parent a5a2c17df7
commit a3645e3e46
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ function afterLoadIpJSP() {
if(protocol == "tcp" || protocol == "udp") {
$createFirewallRow.find("#start_port,#end_port").show();
$createFirewallRow.find("#ICMP_type,#ICMP_code").hide();
$createFirewallRow.find("#ICMP_type,#ICMP_code").val("")
$createFirewallRow.find("#ICMP_type,#ICMP_code").val("");
}
else { //protocol == icmp
$createFirewallRow.find("#ICMP_type,#ICMP_code").show();