Skip to content
Snippets Groups Projects
Commit f0030f82 authored by aapekaur's avatar aapekaur
Browse files

Basic add auction form skeleton

parent e1e8dcec
No related branches found
No related tags found
1 merge request!1Addauction
Pipeline #13140 passed
File deleted
......@@ -19,6 +19,7 @@ window.addEventListener("load", async () => {
//ADD AUCTION FORM EVENT LISTENER INITIALIZATION
aaFormEventListenersInitializers()
......@@ -78,3 +79,10 @@ const addCurrencyOptions = ()=>{
}
const aaFormEventListenersInitializers = ()=>{
const aadButton = document.getElementById("aadButton")
aadButton.addEventListener('click', (e) => {
e.preventDefault()
console.log("Button clicked. TODO: rest...")
})
};
File deleted
......@@ -10,7 +10,7 @@
<title>{{title}}</title>
</head>
<body>
<h1>Hello, world!</h1>
<h1>13th auction app</h1>
<!-- HERE IS AN EXAMPLE OF A TAB USED IN TE PAGE
<section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment