|
|
|
|
@ -68,9 +68,6 @@ $(document).ready( function() { |
|
|
|
|
disable_search_threshold: 10 |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
// Mediaelement |
|
|
|
|
$('video:not(.skip), audio:not(.skip)').mediaelementplayer(/* Options */); |
|
|
|
|
|
|
|
|
|
// Table highlight. |
|
|
|
|
$("form .data_table input:checkbox").click(function() { |
|
|
|
|
if ($(this).is(":checked")) { |
|
|
|
|
@ -94,7 +91,11 @@ $(document).ready( function() { |
|
|
|
|
placement : 'right' |
|
|
|
|
} |
|
|
|
|
$('.boot-tooltip').tooltip(tip_options); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
$(document).load(function() { |
|
|
|
|
// Mediaelement |
|
|
|
|
$('video:not(.skip), audio:not(.skip)').mediaelementplayer(/* Options */); |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
{% endraw %} |
|
|
|
|
|