Commit d8924a03 authored by Van's avatar Van

分号移除

parent 5f1c63e6
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
if (confirm("${confirmInitLabel}")) { if (confirm("${confirmInitLabel}")) {
$(window).unbind(); $(window).unbind();
$("#tip").html("<img src='${staticServePath}/images/loading.gif'/> loading...") $("#tip").html("<img src='${staticServePath}/images/loading.gif'/> loading...");
$.ajax({ $.ajax({
url: "${contextPath}/init", url: "${contextPath}/init",
type: "POST", type: "POST",
...@@ -210,7 +210,6 @@ ...@@ -210,7 +210,6 @@
success: function(result, textStatus) { success: function(result, textStatus) {
if (!result.sc) { if (!result.sc) {
$("#tip").text(result.msg); $("#tip").text(result.msg);
;
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment