Skip to content

Commit be9e4c9

Browse files
committed
Cambios guerdados
1 parent 21cc6a1 commit be9e4c9

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -403,27 +403,27 @@ <h4>FOOTER</h4>
403403
</div>
404404
<script>
405405
// Get the Sidebar
406-
var mySidebar = document.getElementById("mySidebar");
406+
var mySidebar = document.getElementById("mySidebar");
407407

408-
// Get the DIV with overlay effect
409-
var overlayBg = document.getElementById("myOverlay");
408+
// Get the DIV with overlay effect
409+
var overlayBg = document.getElementById("myOverlay");
410410

411-
// Toggle between showing and hiding the sidebar, and add overlay effect
412-
function w3_open() {
413-
if (mySidebar.style.display === 'block') {
414-
mySidebar.style.display = 'none';
415-
overlayBg.style.display = "none";
416-
} else {
417-
mySidebar.style.display = 'block';
418-
overlayBg.style.display = "block";
419-
}
420-
}
411+
// Toggle between showing and hiding the sidebar, and add overlay effect
412+
function w3_open() {
413+
if (mySidebar.style.display === 'block') {
414+
mySidebar.style.display = 'none';
415+
overlayBg.style.display = "none";
416+
} else {
417+
mySidebar.style.display = 'block';
418+
overlayBg.style.display = "block";
419+
}
420+
}
421421

422-
// Close the sidebar with the close button
423-
function w3_close() {
424-
mySidebar.style.display = "none";
425-
overlayBg.style.display = "none";
426-
}
422+
// Close the sidebar with the close button
423+
function w3_close() {
424+
mySidebar.style.display = "none";
425+
overlayBg.style.display = "none";
426+
}
427427
</script>
428428
</body>
429429
</meta>

notas.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
notas.txt

0 commit comments

Comments
 (0)