Subversion Repositories bacoAlunos

Rev

Rev 1315 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1315 Rev 1326
Line 91... Line 91...
91
 
91
 
92
 
92
 
93
    <script>
93
    <script>
94
        $(document).ready(function(){
94
        $(document).ready(function(){
95
            $('.deleteModal').on('show.bs.modal', function(e) {
95
            $('.deleteModal').on('show.bs.modal', function(e) {
96
            $(this).find('.btn-ok').attr('href', $(e.relatedTarget).data('href'));
96
                $(this).find('.btn-ok').attr('href', $(e.relatedTarget).data('href'));
97
            });
97
            });
98
        });
98
        });
99
    </script>
99
    </script>
100
 
100
 
101
 
101