Skip to content
Snippets Groups Projects
Commit 048fd41b authored by Anthony's avatar Anthony
Browse files

Revert "WIP"

This reverts commit f6b6c8a8.
parent f6b6c8a8
Branches
No related tags found
No related merge requests found
......@@ -14,9 +14,7 @@ $(document).ready(function() {
// Comment popover
$('[spanid]').addClass('comment-trigger').on('click', function() {
let spanid = $(this).attr('spanid');
let comment = $("[commentaireid=" + spanid + "]");
comment.toggle();
$("[commentaireid=" + spanid + "]").toggle();
});
// Simplify th in td
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment