Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
4 ariadna 1
/**
2
 * Defines the behavior of the overview (reactions details) page of a Point of View block.
3
 * @copyright  2020 Quentin Fombaron, 2021 Astor Bizard
4
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
5
 */
6
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()}))}}}));
7
 
8
//# sourceMappingURL=script_menu_point_view.min.js.map