summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-08-27 13:36:06 +0000
committergebele <gebele@in-silico.ch>2018-08-27 13:36:06 +0000
commite3ae34a75ed7a503078c3c2cdf95f1500d6e2b73 (patch)
tree60c5d04c107c27a6bf10da41a41559aa1df567f5
parentf64f6d3a594a71fd45560ac89a83fe697962aebf (diff)
reactivate popover
-rw-r--r--views/prediction.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index 1cddca6..47e83fa 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -1,6 +1,6 @@
:javascript
$(document).ready(function(){
- //$('[data-toggle="popover"]').popover();
+ $('[data-toggle="popover"]').popover();
$('.modal').on('hidden.bs.modal', function () {
$(this).removeData('bs.modal');
});