From a3645e3e468758c4fc39f288694cb3fab2723399 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 25 Aug 2011 14:59:15 -0700 Subject: [PATCH] bug 11255: cloudStack - IP address page - add a missing semicolon. --- ui/scripts/cloud.core.ipaddress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/cloud.core.ipaddress.js b/ui/scripts/cloud.core.ipaddress.js index 0229837ca68..a1f3caf8a55 100644 --- a/ui/scripts/cloud.core.ipaddress.js +++ b/ui/scripts/cloud.core.ipaddress.js @@ -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();