Skip to content

Commit ac3dce7

Browse files
remove
1 parent 5882a70 commit ac3dce7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.vscode

src/black-stubs/resources/views/layouts/app.blade.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,6 @@
198198
white_color = true;
199199
}
200200
});
201-
202-
$('.light-badge').click(function() {
203-
$('body').addClass('white-content');
204-
});
205-
206-
$('.dark-badge').click(function() {
207-
$('body').removeClass('white-content');
208-
});
209201
});
210202
});
211203
</script>

0 commit comments

Comments
 (0)