Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
GerFr committed Jun 10, 2024
1 parent 3d6bb8c commit 5e3c91e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@
function init() {
render({}, '[type="text/x-handlebars-navbar"]')
render({}, '[type="text/x-handlebars-footer"]')
render(colors.slice(0, 7), '[type="text/x-handlebars-colors"]')
/**
* Is Run when body is fully loaded
* Renders the navbar and footer.
* Attaches an event listener to the "bestellen" button for handling support submission, uses function toSession.
*/
render(colors, '[type="text/x-handlebars-colors"]')
render({}, '[type="text/x-handlebars-navbar"]')
render({}, '[type="text/x-handlebars-footer"]')
$on($('#bestellen'), 'click', toSession)
Expand Down

0 comments on commit 5e3c91e

Please sign in to comment.