Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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 | }); |
-
Please register or login to post a comment