From 65c81d7043241521bb314965e16179d573c02e7c Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Wed, 15 Jan 2025 22:07:41 +0100 Subject: [PATCH] Allow to play sound in comment --- macao/assets/custom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macao/assets/custom.js b/macao/assets/custom.js index e49595b..dbcbd47 100644 --- a/macao/assets/custom.js +++ b/macao/assets/custom.js @@ -26,9 +26,9 @@ $(document).ready(function() { } }); - $(document).on('click', function() { - $('[spanid]').popover('hide'); - }); + // $(document).on('click', function() { + // $('[spanid]').popover('hide'); + // }); // Simplify th in td $('th').each(function () { -- GitLab