AutorÃa | Ultima modificación | Ver Log |
/*** Defines the behavior of the overview (reactions details) page of a Point of View block.* @copyright 2020 Quentin Fombaron, 2021 Astor Bizard* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/define("block_point_view/script_menu_point_view",["jquery"],(function($){return{init:function(){$(".row_module").each((function(){var $detailsrow=$(this).next(".row_module_details");$(this).find(".c6").click((function(){$detailsrow.toggle(),$(this).find("i").toggleClass("fa-caret-right fa-caret-down")})).find("i").show()})),$(".reactions-col").click((function(){$(".voteInt, .votePercent").toggle()}))}}}));//# sourceMappingURL=script_menu_point_view.min.js.map