Skip to content

Commit

Permalink
fix skin-config error when request
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Feb 4, 2018
1 parent e762384 commit 7450b22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions static/js/inspinia.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ $(document).ready(function () {
return false;
});

// Append config box / Only for demo purpose
$.get("skin-config.html", function (data) {
$('body').append(data);
});

// minimalize menu
$('.navbar-minimalize').click(function () {
$("body").toggleClass("mini-navbar");
Expand Down

0 comments on commit 7450b22

Please sign in to comment.