Commit fe517701c8439936f697941f07bce771556a954b

Authored by Miguel Barão
1 parent 4d07f46f
Exists in master and in 1 other branch dev

remove dead code

static/js/question_disabler.js
... ... @@ -4,7 +4,4 @@ $(document).ready(function() {
4 4 // The flip switch is on the bar, and is still accessible.
5 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 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>
... ...