From fe517701c8439936f697941f07bce771556a954b Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Wed, 16 Jan 2019 23:02:40 +0000 Subject: [PATCH] remove dead code --- static/js/question_disabler.js | 3 --- templates/login.html | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/static/js/question_disabler.js b/static/js/question_disabler.js index e7ce392..89a72a1 100644 --- a/static/js/question_disabler.js +++ b/static/js/question_disabler.js @@ -4,7 +4,4 @@ $(document).ready(function() { // The flip switch is on the bar, and is still accessible. $(this).parent().parent().next().slideToggle("fast"); }); - // $(function () { - // $('[data-toggle="popover"]').popover(); - // }); }); diff --git a/templates/login.html b/templates/login.html index 7a470eb..d500858 100644 --- a/templates/login.html +++ b/templates/login.html @@ -11,10 +11,12 @@ + - + + -- libgit2 0.21.2