Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
djmiller1008 committed Apr 15, 2023
1 parent e165aea commit 1451c9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion travelapp/static/travelapp/plan.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as APIUtil from './api_util.js'

document.addEventListener("DOMContentLoaded", () => {

let createButton = document.getElementById('create-trip-button');
createButton.addEventListener('click', async event => {
event.preventDefault();
Expand Down

0 comments on commit 1451c9a

Please sign in to comment.