|
|
|
@ -3,17 +3,17 @@ |
|
|
|
|
$(document).ready( function() { |
|
|
|
|
// Date time settings. |
|
|
|
|
moment.locale('{{ app.request.locale }}'); |
|
|
|
|
$.datepicker.setDefaults($.datepicker.regional["{{ app.request.locale }}"]); |
|
|
|
|
$.datepicker.regional["local"] = $.datepicker.regional["{{ app.request.locale }}"]; |
|
|
|
|
//$.datepicker.setDefaults($.datepicker.regional["{{ app.request.locale }}"]); |
|
|
|
|
//$.datepicker.regional["local"] = $.datepicker.regional["{{ app.request.locale }}"]; |
|
|
|
|
|
|
|
|
|
// Chosen select |
|
|
|
|
$(".chzn-select").chosen({ |
|
|
|
|
disable_search_threshold: 10, |
|
|
|
|
no_results_text: '{{ 'SearchNoResultsFound' | trans }}', |
|
|
|
|
placeholder_text_multiple: '{{ 'SelectSomeOptions' | trans }}', |
|
|
|
|
placeholder_text_single: '{{ 'SelectAnOption' | trans }}', |
|
|
|
|
width: "100%" |
|
|
|
|
}); |
|
|
|
|
{#$(".chzn-select").chosen({#} |
|
|
|
|
{#disable_search_threshold: 10,#} |
|
|
|
|
{#no_results_text: '{{ 'SearchNoResultsFound' | trans }}',#} |
|
|
|
|
{#placeholder_text_multiple: '{{ 'SelectSomeOptions' | trans }}',#} |
|
|
|
|
{#placeholder_text_single: '{{ 'SelectAnOption' | trans }}',#} |
|
|
|
|
{#width: "100%"#} |
|
|
|
|
{#});#} |
|
|
|
|
|
|
|
|
|
// Bootstrap tabs. |
|
|
|
|
$('.tab-wrapper a').click(function (e) { |
|
|
|
@ -69,7 +69,7 @@ |
|
|
|
|
$(".jp-jplayer audio").addClass('skip'); |
|
|
|
|
|
|
|
|
|
// Mediaelement |
|
|
|
|
jQuery('video:not(.skip), audio:not(.skip)').mediaelementplayer(/* Options */); |
|
|
|
|
//jQuery('video:not(.skip), audio:not(.skip)').mediaelementplayer(/* Options */); |
|
|
|
|
|
|
|
|
|
// Table highlight. |
|
|
|
|
$("form .data_table input:checkbox").click(function () { |
|
|
|
|