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

WIP

parent 0dfcf654
No related branches found
No related tags found
1 merge request!5UI Upgrade and content
...@@ -14,7 +14,9 @@ $(document).ready(function() { ...@@ -14,7 +14,9 @@ $(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');
$("[commentaireid=" + spanid + "]").toggle(); let comment = $("[commentaireid=" + spanid + "]");
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