Skip to content

Commit

Permalink
fix(dashboard): sortable (#80), addEventListener on null (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVosch authored Oct 7, 2024
1 parent efd0b46 commit 07de8a1
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 240 deletions.
2 changes: 2 additions & 0 deletions services/dashboard/static/sortable.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion services/dashboard/views/layout.qtpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ type BasePage struct {
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/uPlot.iife.min.js"></script>
<script type="text/javascript" src="{%s U("static/uplot.htmx.js") %}"></script>
<script type="text/javascript" src="{%s U("static/leaflet.htmx.js") %}"></script>
<script src="https://SortableJS.github.io/Sortable/Sortable.js"></script>
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", function(){
document.body.addEventListener("showSnackbar", function(evt) {
Expand Down
189 changes: 94 additions & 95 deletions services/dashboard/views/layout.qtpl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 07de8a1

Please sign in to comment.