Skip to content

Commit 26c5650

Browse files
committed
Defeat cache.
1 parent 86efeca commit 26c5650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.wisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
(defn show-csv [data data-url ev]
103103
(let [request (m.request {:method "GET"
104-
:url data-url
104+
:url (str data-url "?" (Math.random))
105105
:deserialize (fn [d] (.map (.split d "\n") (fn [l] (.split l ","))))
106106
:withCredentials true})]
107107
(set! (aget data :spinner) true)

0 commit comments

Comments
 (0)