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