source: src/main/resources/static/js/login.js@ 8bcd64c

Last change on this file since 8bcd64c was 8bcd64c, checked in by Gjoko Kostadinov <gjoko.kostadinov@…>, 15 months ago

Add admin functionality and business admin functionality.

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