Lines 170-176
Link Here
|
170 |
[% MACRO jsinclude BLOCK %] |
170 |
[% MACRO jsinclude BLOCK %] |
171 |
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] |
171 |
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] |
172 |
[% INCLUDE 'datatables.inc' %] |
172 |
[% INCLUDE 'datatables.inc' %] |
173 |
<script type="text/javascript"> |
173 |
<script> |
174 |
$(document).ready(function(){ |
174 |
$(document).ready(function(){ |
175 |
|
175 |
|
176 |
$(".dropdown").on("hidden.bs.dropdown", function(){ |
176 |
$(".dropdown").on("hidden.bs.dropdown", function(){ |
177 |
- |
|
|