diff --git a/src/ChamiloLMS/Resources/views/default/layout/footer.tpl b/src/ChamiloLMS/Resources/views/default/layout/footer.tpl index 03fcb80984..7b56dda5d1 100644 --- a/src/ChamiloLMS/Resources/views/default/layout/footer.tpl +++ b/src/ChamiloLMS/Resources/views/default/layout/footer.tpl @@ -185,12 +185,14 @@ $(document).ready( function() { * */ $(".advanced_options").on("click", function() { - event.preventDefault(); + var id = $(this).attr('id') + '_options'; var button = $(this); $("#"+id).toggle(function() { button.toggleClass('active'); }); + //event.preventDefault(); + return false; }); /**