Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusconstantin2503 committed Aug 22, 2019
1 parent 5882a70 commit ac3dce7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.vscode
8 changes: 0 additions & 8 deletions src/black-stubs/resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@
white_color = true;
}
});
$('.light-badge').click(function() {
$('body').addClass('white-content');
});
$('.dark-badge').click(function() {
$('body').removeClass('white-content');
});
});
});
</script>
Expand Down

0 comments on commit ac3dce7

Please sign in to comment.