diff --git a/src/ajet/www/core.clj b/src/ajet/www/core.clj index 42be991..6c77014 100644 --- a/src/ajet/www/core.clj +++ b/src/ajet/www/core.clj @@ -10,7 +10,7 @@ (def index (str (h/html [:title "Ajet Dashboard"] - [:script "https://cdn.jsdelivr.net/npm/eruda"] + [:script {:src "https://cdn.jsdelivr.net/npm/eruda"}] [:script "eruda.init()"] [:link {:rel "stylesheet", :href "/css/style.css"}] [:link