添加Demo皮肤设置

pull/6/head
ibuler 2015-01-02 17:23:59 +08:00
parent 8f95f11f35
commit d17c0bceb2
1 changed files with 1 additions and 1 deletions

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);
});