Authored by xuhui

安全问题

@@ -249,6 +249,7 @@ function dnsSwitch(cloud){ @@ -249,6 +249,7 @@ function dnsSwitch(cloud){
249 onclick: function () { 249 onclick: function () {
250 sendAjax("post", getUrlBasePath() + "/luaswitch/dnsSwitchConf?cloudName="+cloud, {}, "text", switchSuccess, errorFunc); 250 sendAjax("post", getUrlBasePath() + "/luaswitch/dnsSwitchConf?cloudName="+cloud, {}, "text", switchSuccess, errorFunc);
251 dialog.dialog("hide"); 251 dialog.dialog("hide");
  252 + toWait();
252 } 253 }
253 }] 254 }]
254 }); 255 });