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
templates/login.html
... | ... | @@ -11,10 +11,12 @@ |
11 | 11 | <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> |
12 | 12 | |
13 | 13 | <!-- Scripts --> |
14 | + <script src="/static/jquery.min.js"></script> | |
14 | 15 | <script defer src="/static/fontawesome/js/all.min.js"></script> |
15 | - <script defer src="/static/jquery.min.js"></script> | |
16 | 16 | <script defer src="/static/popper.min.js"></script> |
17 | 17 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
18 | +</script> | |
19 | + | |
18 | 20 | </head> |
19 | 21 | <!-- =================================================================== --> |
20 | 22 | <body> | ... | ... |