|
|
|
@ -295,7 +295,17 @@ function successfun(responseText, statusText, xhr, form) {
|
|
|
|
|
$.modaldialog.success(responseText[key].value + "n" + "\u9759\u6001\u9875\u9762\u66f4\u65b0\u4e2d...");
|
|
|
|
|
updateCache($("#auto_update_cache_checkbox").val(), "")
|
|
|
|
|
} else {
|
|
|
|
|
$.modaldialog.success(responseText[key].value)
|
|
|
|
|
var update_info_log = responseText[key].update_info_log;
|
|
|
|
|
if (update_info_log && update_info_log.async_update) {
|
|
|
|
|
//国际站使用异步更新缓存
|
|
|
|
|
$('#icht_async_modal').modal('show');
|
|
|
|
|
$.get(update_info_log.async_update, function() {
|
|
|
|
|
$('#icht_async_msg_waiting').slideDown(400);
|
|
|
|
|
$('#icht_async_msg_success').slideUp(400);
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
$.modaldialog.success(responseText[key].value)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (responseText[key].name == "ok_go") {
|
|
|
|
|