Lines 219-225
Link Here
|
219 |
[% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] |
219 |
[% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] |
220 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
220 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
221 |
<script type="text/javascript"> |
221 |
<script type="text/javascript"> |
222 |
var authorised_values = [% authorised_values_json | html %]; |
222 |
var authorised_values = [% authorised_values_json | $raw %]; |
223 |
|
223 |
|
224 |
function loadAuthorisedValuesSelect(select) { |
224 |
function loadAuthorisedValuesSelect(select) { |
225 |
var selected = select.find('option:selected'); |
225 |
var selected = select.find('option:selected'); |
226 |
- |
|
|