an additional on touch event might improve things for mobile handling

This commit is contained in:
Mario Vavti 2017-11-29 11:26:33 +01:00
parent e6a59ad36f
commit bc0f4b4fa5

View File

@ -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);