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

Fix button play style but rollback to old comment

parent 3264c65a
No related branches found
No related tags found
No related merge requests found
...@@ -8,24 +8,15 @@ $(document).ready(function() { ...@@ -8,24 +8,15 @@ $(document).ready(function() {
$('.book-header').show(); $('.book-header').show();
$('.commentaireInfo').hide(); $('.commentaireInfo').hide();
// $('.commentaireInfo').prop('popover', 'auto'); $('.commentaireInfo').prop('popover', 'auto');
$('.commentaireInfoGroup').show(); $('.commentaireInfoGroup').prop("hidden", false);
$('[spanid]').addClass('comment-trigger'); // Comment popover
$('[spanid]').addClass('comment-trigger').on('click', function() {
/* // Comment popover let spanid = $(this).attr('spanid');
$('[spanid]').addClass('comment-trigger').popover({ $("[commentaireid=" + spanid + "]").toggle();
trigger: 'click',
html: true,
content: function () {
return "tt" + $(this).attr('spanid');
}
}); });
$(document).on('click', function() {
$('[spanid]').popover('hide');
});*/
// Simplify th in td // Simplify th in td
$('th').each(function () { $('th').each(function () {
// Store the current content of the <th> // Store the current content of the <th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment