Miguel Diaz commited on
Commit
c0b4ef6
1 Parent(s): cc7408f
Files changed (1) hide show
  1. static/main2.html +2 -2
static/main2.html CHANGED
@@ -59,7 +59,7 @@
59
 
60
 
61
 
62
-
63
  function openTab(evt, tabName) {
64
  var i, tabcontent, tablinks;
65
 
@@ -75,7 +75,7 @@
75
 
76
  document.getElementById(tabName).style.display = "block";
77
  evt.currentTarget.className += " active";
78
- }
79
  </script>
80
  </body>
81
  </html>
 
59
 
60
 
61
 
62
+ }
63
  function openTab(evt, tabName) {
64
  var i, tabcontent, tablinks;
65
 
 
75
 
76
  document.getElementById(tabName).style.display = "block";
77
  evt.currentTarget.className += " active";
78
+ }
79
  </script>
80
  </body>
81
  </html>