summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/prediction.haml')
-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');
});