source: src/main/resources/static/js/login.js@ 77205be

Last change on this file since 77205be was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 6 months ago

Add entire code

  • Property mode set to 100755
File size: 107 bytes
Line 
1document.getElementById("login").addEventListener("click", function(event){
2 event.preventDefault();
3});
Note: See TracBrowser for help on using the repository browser.