update
This commit is contained in:
parent
a47ca060d0
commit
c8fee7fa15
@ -54,8 +54,6 @@
|
||||
"use strict";
|
||||
$(".wrap-course-content").addClass("fake");
|
||||
|
||||
$(".navbar-brand").hide();
|
||||
|
||||
$(".btn-comenzar").click(function (e) {
|
||||
e.preventDefault();
|
||||
$(this).removeClass("animate__animated animate__pulse animate__infinite");
|
||||
|
||||
@ -187,7 +187,7 @@
|
||||
$(function () {
|
||||
"use strict";
|
||||
$(".wrap-course-content").addClass("fake");
|
||||
$(".navbar-brand").show();
|
||||
$(".navbar-brand").hide();
|
||||
|
||||
// Ajustar tamaño de texto según ancho de ventana
|
||||
function adjustTextSize() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user