summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index bde2397..fe1e487 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -1,15 +1,3 @@
-:javascript
- $(document).ready(function(){
- $('[data-toggle="popover"]').popover();
- $('.modal').on('hidden.bs.modal', function () {
- $(this).removeData('bs.modal');
- });
- $('.modal').on('show.bs.modal', function(e){
- var button = $(e.relatedTarget);
- var modal = $(this);
- modal.find('.modal-content').load(button.data("remote"));
- });
- });
%div.card
%a.btn.btn-outline-info{:href => to('/predict')}
%span.fa.fa-caret-left