added example of fetch

This commit is contained in:
Beverly Nguyen
2024-05-30 14:48:25 -07:00
parent ad68c26450
commit 108e889ac5
3 changed files with 20 additions and 17 deletions

View File

@@ -22,8 +22,8 @@
Messages sent
</h2>
<input id="message" autocomplete="off"><button id="sendButton">Send</button>
<ul id="messages"></ul>
<h1>Job Dashboard</h1>
<button id="fetchJobsButton">Fetch Jobs</button>
{{ ajax_block(partials, updates_url, 'inbox') }}