summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-04-03 14:26:14 +0000
committergebele <gebele@in-silico.ch>2018-04-03 14:26:14 +0000
commit781596de9a647e8422778bb3ec4019903bf84e06 (patch)
treeac6d1c8b02c9fe2e8e45dc21eaebb5f40846339e /views/prediction.haml
parent7c1898e64c8a789786becdb6305a74e5c5c27c07 (diff)
parentca94d4b7e8ad0cab13e66be7a34b0cde21948c69 (diff)
fixed merge from development
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index bb7c631..8c4af6f 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -1,3 +1,11 @@
+:javascript
+ $(document).ready(function(){
+ $('[data-toggle="popover"]').popover();
+ $('.modal').on('hidden.bs.modal', function () {
+ $(this).removeData('bs.modal');
+ });
+ });
+
%div.well
%a.btn.btn-warning{:href => to('/predict')}
%i.glyphicon.glyphicon-menu-left