From 6b5de9eda584eeeb1f268e24023ea75b5d63b918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 20 Apr 2021 19:29:12 +0200 Subject: [PATCH] Run formatter --- assets/js/app.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/js/app.js b/assets/js/app.js index a4e364215..a2ad1a0e2 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -39,7 +39,10 @@ const liveSocket = new LiveSocket("/live", Socket, { }); // Show progress bar on live navigation and form submits -topbar.config({ barColors: { 0: "#b2c1ff" }, shadowColor: "rgba(0, 0, 0, .3)" }); +topbar.config({ + barColors: { 0: "#b2c1ff" }, + shadowColor: "rgba(0, 0, 0, .3)", +}); window.addEventListener("phx:page-loading-start", () => topbar.show()); window.addEventListener("phx:page-loading-stop", () => topbar.hide());