添加Demo皮肤设置

This commit is contained in:
ibuler 2015-01-02 17:23:59 +08:00
parent 8f95f11f35
commit d17c0bceb2

View File

@ -34,7 +34,7 @@ $(document).ready(function () {
});
// Append config box / Only for demo purpose
$.get("/skin-config/", function (data) {
$.get("/skin_config/", function (data) {
$('body').append(data);
});