Commit d17c0bce authored by ibuler's avatar ibuler

添加Demo皮肤设置

parent 8f95f11f
...@@ -34,7 +34,7 @@ $(document).ready(function () { ...@@ -34,7 +34,7 @@ $(document).ready(function () {
}); });
// Append config box / Only for demo purpose // Append config box / Only for demo purpose
$.get("/skin-config/", function (data) { $.get("/skin_config/", function (data) {
$('body').append(data); $('body').append(data);
}); });
......
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