Skip to content
Snippets Groups Projects
Commit 2e9fd9c3 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '366-notification-cross-click' into 'develop'

Resolve "Clicking on the cross on notification does not close them"

Closes #366

See merge request funkwhale/funkwhale!323
parents 26657ded 2fb5943c
No related branches found
No related tags found
No related merge requests found
Fix notifications not closing when clicking on the cross (#366)
......@@ -12,9 +12,6 @@ import $ from 'jquery'
export default {
mounted () {
let self = this
$(this.$el).find('.close.icon').on('click', function () {
$(self.$el).transition('fade', 125)
})
$(this.$el).on('click', function () {
$(self.$el).transition('fade', 125)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment