ming hace 3 años
padre
commit
74dc374959
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      index2.html

+ 1 - 0
index2.html

@@ -117,6 +117,7 @@
               var message = document.createElement('a')
               var content = document.createTextNode(obj.name)
               message.id = obj.id
+              message.onclick="closeNav()"
               message.appendChild(content)
               sideBAR.appendChild(message)
             }