Skip to content

Commit

Permalink
remove last async
Browse files Browse the repository at this point in the history
  • Loading branch information
thumbnail authored Oct 5, 2018
1 parent fb3855d commit 25fd79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
document.addEventListener("DOMContentLoaded", async () => {
document.addEventListener("DOMContentLoaded", () => {
canvas = SVG("svg-container").size("90%", "90%").viewbox(0, 0, 640, 480);

particlesJS.load("particles-js", "assets/js/vendor/particlesjs-config.json", () =>
Expand Down

0 comments on commit 25fd79a

Please sign in to comment.