Commit fe517701c8439936f697941f07bce771556a954b
1 parent
4d07f46f
Exists in
master
and in
1 other branch
remove dead code
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
static/js/question_disabler.js
@@ -4,7 +4,4 @@ $(document).ready(function() { | @@ -4,7 +4,4 @@ $(document).ready(function() { | ||
4 | // The flip switch is on the bar, and is still accessible. | 4 | // The flip switch is on the bar, and is still accessible. |
5 | $(this).parent().parent().next().slideToggle("fast"); | 5 | $(this).parent().parent().next().slideToggle("fast"); |
6 | }); | 6 | }); |
7 | - // $(function () { | ||
8 | - // $('[data-toggle="popover"]').popover(); | ||
9 | - // }); | ||
10 | }); | 7 | }); |
templates/login.html
@@ -11,10 +11,12 @@ | @@ -11,10 +11,12 @@ | ||
11 | <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> | 11 | <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> |
12 | 12 | ||
13 | <!-- Scripts --> | 13 | <!-- Scripts --> |
14 | + <script src="/static/jquery.min.js"></script> | ||
14 | <script defer src="/static/fontawesome/js/all.min.js"></script> | 15 | <script defer src="/static/fontawesome/js/all.min.js"></script> |
15 | - <script defer src="/static/jquery.min.js"></script> | ||
16 | <script defer src="/static/popper.min.js"></script> | 16 | <script defer src="/static/popper.min.js"></script> |
17 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> | 17 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
18 | +</script> | ||
19 | + | ||
18 | </head> | 20 | </head> |
19 | <!-- =================================================================== --> | 21 | <!-- =================================================================== --> |
20 | <body> | 22 | <body> |