Skip to content

Commit 7450b22

Browse files
author
unknown
committed
fix skin-config error when request
1 parent e762384 commit 7450b22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

static/js/inspinia.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ $(document).ready(function () {
3333
return false;
3434
});
3535

36-
// Append config box / Only for demo purpose
37-
$.get("skin-config.html", function (data) {
38-
$('body').append(data);
39-
});
40-
4136
// minimalize menu
4237
$('.navbar-minimalize').click(function () {
4338
$("body").toggleClass("mini-navbar");

0 commit comments

Comments
 (0)