an additional on touch event might improve things for mobile handling
This commit is contained in:
parent
e6a59ad36f
commit
bc0f4b4fa5
@ -22,7 +22,7 @@
|
||||
});
|
||||
|
||||
{{if $module == 'display' || $module == 'hq'}}
|
||||
$(document).on('click', '.notification', function(e) {
|
||||
$(document).on('click touch', '.notification', function(e) {
|
||||
var b64mid = $(this).data('b64mid');
|
||||
var notify_id = $(this).data('notify_id');
|
||||
var path = $(this)[0].pathname.substr(1,7);
|
||||
|
Reference in New Issue
Block a user