Skip to content

Commit b4cf994

Browse files
Merge pull request #118 from burinc/main
Remove the meaningless ?v= args
2 parents 9fb6ab4 + 789ecb2 commit b4cf994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/scittle/presentations/browser_native_slides.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
(kind/hiccup
7171
[:div#minimal-demo {:style {:min-height "500px"}}
7272
[:script {:type "application/x-scittle"
73-
:src "minimal.cljs?v=4"}]])
73+
:src "minimal.cljs"}]])
7474

7575
;; ## How It Works
7676

@@ -101,7 +101,7 @@
101101
(kind/hiccup
102102
[:div#keyboard-demo {:style {:min-height "550px"}}
103103
[:script {:type "application/x-scittle"
104-
:src "keyboard_nav.cljs?v=16"}]])
104+
:src "keyboard_nav.cljs"}]])
105105

106106
;; ## Thumbnail Overview
107107

@@ -122,7 +122,7 @@
122122
(kind/hiccup
123123
[:div#thumbnails-demo {:style {:min-height "550px"}}
124124
[:script {:type "application/x-scittle"
125-
:src "thumbnails.cljs?v=6"}]])
125+
:src "thumbnails.cljs"}]])
126126

127127
;; ## Live Code Editor
128128

@@ -147,7 +147,7 @@
147147
(kind/hiccup
148148
[:div#code-editor-demo {:style {:min-height "700px"}}
149149
[:script {:type "application/x-scittle"
150-
:src "code_editor.cljs?v=2"}]])
150+
:src "code_editor.cljs"}]])
151151

152152
;; ## Shadow-cljs vs Scittle: Choosing the Right Tool
153153

0 commit comments

Comments
 (0)