source: src/main/resources/static/js/login.js@ 950fa0d

Last change on this file since 950fa0d was 950fa0d, checked in by Gjoko Kostadinov <gjoko.kostadinov@…>, 13 months ago

Periodic update

  • Property mode set to 100644
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.