Skip to content

Commit 3612130

Browse files
committed
Callback on redraw of tickets table to reinitialise tooltips
1 parent 0bd9d99 commit 3612130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/js/dashboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Fetch source data for charts from Django REST API
22
fetch('https://django-issue-tracker-1.herokuapp.com/tickets/api/tickets')
3+
// fetch('http://localhost:8000/tickets/api/tickets')
34
.then((response) => {
45
return response.json();
56
})

0 commit comments

Comments
 (0)