Skip to content

Commit a0f65d7

Browse files
committed
Make toolbar.js async
1 parent b9547a8 commit a0f65d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tidewave.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ defmodule Tidewave do
181181

182182
"""
183183
<meta name="tidewave:config" content="#{config |> Jason.encode!() |> Plug.HTML.html_escape()}" />
184-
<script type="module" src="#{client_url}/tc/toolbar.js"></script>
184+
<script async type="module" src="#{client_url}/tc/toolbar.js"></script>
185185
"""
186186
end
187187

0 commit comments

Comments
 (0)