Skip to content

Commit

Permalink
merge...
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Nov 11, 2023
1 parent ac1ae8b commit 6808659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions static/js/dev/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ function refresh_timer() {
params['lr']=tb.getLastRowId();

//Open a new connection, using the GET request on the URL endpoint
qryString=qryString.concat('&'.concat(Math.random())); //used to prevent caching
fetch(qryString)
//let csrfToken = document.querySelector("meta[name='csrf-token']").getAttribute("content");
fetch('spotlist', {
method: 'POST',
Expand Down
2 changes: 1 addition & 1 deletion static/js/rel/table.min.js

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

0 comments on commit 6808659

Please sign in to comment.