Commit 615c4f77 authored by Liang Ding's avatar Liang Ding

移除错误的逻辑

parent 848b43c5
...@@ -206,8 +206,7 @@ ...@@ -206,8 +206,7 @@
if (confirm("${confirmInitLabel}")) { if (confirm("${confirmInitLabel}")) {
$(window).unbind(); $(window).unbind();
$("#tipInit").html("<img src='${staticServePath}/images/loading.gif'/> loading..."); $("#tipInit").html("<img src='${staticServePath}/images/loading.gif'/> loading...");
$("#tipInit").text(result.msg);
return;
$.ajax({ $.ajax({
url: "${contextPath}/init", url: "${contextPath}/init",
type: "POST", type: "POST",
......
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