Changes added because of good remarks by hypolite@friendica.mrpetovan.com

This commit is contained in:
Grischa Brockhaus 2022-12-05 12:46:18 +01:00
parent 4e7da2799c
commit c6d09e5270
2 changed files with 24 additions and 33 deletions

View file

@ -1,4 +1,5 @@
$(document).ready(function() {
$.fancybox.defaults.loop = "true";
// this disables the colorbox hook found in frio/js/modal.js:34
$("body").off("click", ".wall-item-body a img");
});