diff options
author | Alex Auvolat <alex@adnab.me> | 2018-10-12 22:11:45 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-10-12 22:11:45 +0200 |
commit | eab3f9483b3659b1ad3572393d24652cac71c8b6 (patch) | |
tree | d8066ff0c173ef74bb9758707d8428a5f922bd8b /shardweb/lib/templates | |
parent | 574b572fac144135c4381581351445bf5d0de81c (diff) | |
download | shard-eab3f9483b3659b1ad3572393d24652cac71c8b6.tar.gz shard-eab3f9483b3659b1ad3572393d24652cac71c8b6.zip |
fixes to connection logic
Diffstat (limited to 'shardweb/lib/templates')
-rw-r--r-- | shardweb/lib/templates/layout/app.html.eex | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shardweb/lib/templates/layout/app.html.eex b/shardweb/lib/templates/layout/app.html.eex index 6cedcaf..9c5a358 100644 --- a/shardweb/lib/templates/layout/app.html.eex +++ b/shardweb/lib/templates/layout/app.html.eex @@ -17,9 +17,6 @@ <!-- Custom CSS --> <link href="<%= static_path(@conn, "/css/sb-admin.css") %>" rel="stylesheet"> - <!-- Morris Charts CSS --> - <link href="<%= static_path(@conn, "/css/plugins/morris.css") %>" rel="stylesheet"> - <!-- Custom Fonts --> <link href="<%= static_path(@conn, "/css/font-awesome.min.css") %>" rel="stylesheet" type="text/css"> @@ -204,11 +201,6 @@ <!-- Bootstrap Core JavaScript --> <script src="<%= static_path(@conn, "/js/bootstrap.min.js") %>"></script> - <!-- Morris Charts JavaScript --> - <script src="<%= static_path(@conn, "/js/plugins/morris/raphael.min.js") %>"></script> - <script src="<%= static_path(@conn, "/js/plugins/morris/morris.min.js") %>"></script> - <script src="<%= static_path(@conn, "/js/plugins/morris/morris-data.js") %>"></script> - <%= render_gon_script(@conn) %> <script src="<%= static_path(@conn, "/js/app.js") %>"></script> |