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
1 merge request!5UI Upgrade and content
...@@ -14,9 +14,7 @@ $(document).ready(function() { ...@@ -14,9 +14,7 @@ $(document).ready(function() {
// Comment popover // Comment popover
$('[spanid]').addClass('comment-trigger').on('click', function() { $('[spanid]').addClass('comment-trigger').on('click', function() {
let spanid = $(this).attr('spanid'); let spanid = $(this).attr('spanid');
let comment = $("[commentaireid=" + spanid + "]"); $("[commentaireid=" + spanid + "]").toggle();
comment.toggle();
}); });
// Simplify th in td // 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