Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
(function(){
"use strict";
//single
$(".select2-basic-single").select2({
width: '100%'
});
$('.select2-container').addClass('wide');
// tags
$(".select2-basic-single-tag").select2({
tags: true
});
//multiple
$(".select2-basic-multiple").select2();
//disable
var $disabledResults = $(".select2-disabled ");
$disabledResults.select2();
//placeholder
$('.select2-placeholder').select2({
placeholder: "Select a State",
allowClear: true
});
//maximum input number
$(".select2-multiple-limit").select2({
maximumSelectionLength: 3
});
//theme
$(".select2-theme-single").select2({
theme: "classic"
});
$(".select2-option-creation").select2({
tags: true
});
$(".select2-automatic-tokenizer").select2({
tags: true,
tokenSeparators: [',', ' ']
})
})();