Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove debugging code
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Aug 27, 2018
commit 79c9dc14e56674f1e40c4af409bb1277bb58fba4
2 changes: 1 addition & 1 deletion js/notifications.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
computed: {
iconPath: function() {
var iconPath = 'notifications';
if (this.isRedThemed()) {
iconPath += '-red-new';
}

if (this.notifications.length) {
if (this.isRedThemed()) {
Expand Down