Commit f85dc489 authored by nanahira's avatar nanahira

fix

parent 1457d85f
......@@ -259,10 +259,10 @@ var pushDatas = function() {
uploadCDN(config.cdn.local, config.cdn.remote + "/" + dataver, function () {
uploadCDN(config.db_path + "pics", config.cdn.pics_remote + "pics", function () {
sendResponse("CDN上传全部完成。");
pushHTMLs();
});
});
}
pushHTMLs();
}
var pushHTMLs = function() {
......
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