Skip to content

Commit

Permalink
Fix issue ColorlibHQ#405
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed May 9, 2015
1 parent 7948e11 commit e55c2b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ function _init() {
//Listen to the click event
btn.on('click', function (e) {
e.preventDefault();
e.stopPropagation();
//If the sidebar is not open
if (!sidebar.hasClass('control-sidebar-open')
&& !$('body').hasClass('control-sidebar-open')) {
Expand Down Expand Up @@ -475,9 +474,6 @@ function _init() {
//Slide over content
if (slide) {
sidebar.addClass('control-sidebar-open');
$(document).on('click', function () {
_this.close(sidebar, slide);
});
} else {
//Push the content by adding the open class to the body instead
//of the sidebar itself
Expand Down
2 changes: 1 addition & 1 deletion dist/js/app.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pages/charts/morris.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ <h3 class="control-sidebar-heading">Chat Settings</h3>
<!-- Bootstrap 3.3.2 JS -->
<script src="../../bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Morris.js charts -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="../../plugins/morris/morris.min.js" type="text/javascript"></script>
<!-- FastClick -->
<script src='../../plugins/fastclick/fastclick.min.js'></script>
Expand Down

0 comments on commit e55c2b8

Please sign in to comment.