Skip to content

Commit

Permalink
Remove references to JS and CSS
Browse files Browse the repository at this point in the history
Addict is now non dependent on JS libraries or specific CSS
  • Loading branch information
trenpixster committed May 14, 2016
1 parent 0647ccd commit 45c2e11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions boilerplate/addict.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta name="author" content="">

<title>User Management</title>
<link rel="stylesheet" href="<%= static_path(@conn, "/css/addict.css") %>">
<style type="text/css">
/* Base styles */
*, *:after, *:before {
Expand Down Expand Up @@ -184,8 +183,6 @@
</main>

</div> <!-- /container -->
<script src="<%= static_path(@conn, "/js/jquery.min.js") %>"></script>
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
<script type="text/javascript">

var btn_register = document.getElementById("btn-register");
Expand Down

0 comments on commit 45c2e11

Please sign in to comment.