����C�  
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 /var/www/html/admin/productimages/clean.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/productimages/clean.php:1) in /var/www/html/admin/productimages/clean.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/productimages/clean.php:1) in /var/www/html/admin/productimages/clean.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/productimages/clean.php:1) in /var/www/html/admin/productimages/clean.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/productimages/clean.php:1) in /var/www/html/admin/productimages/clean.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/productimages/clean.php:1) in /var/www/html/admin/productimages/clean.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/productimages/clean.php:1) in /var/www/html/admin/productimages/clean.php on line 4
var UIModals = function () { //function to initiate bootstrap extended modals var initModals = function () { $.fn.modalmanager.defaults.resize = true; $.fn.modal.defaults.spinner = $.fn.modalmanager.defaults.spinner = '
' + '
' + '
' + '
' + '
'; var $modal = $('#ajax-modal'); $('.ajax .demo').on('click', function () { // create the backdrop and wait for next modal to be triggered $('body').modalmanager('loading'); setTimeout(function () { $modal.load('modal_ajax_test.html', '', function () { $modal.modal(); }); }, 1000); }); $modal.on('click', '.update', function () { $modal.modal('loading'); setTimeout(function () { $modal .modal('loading') .find('.modal-body') .prepend('
' + 'Updated!' + '
'); }, 1000); }); }; return { init: function () { initModals(); } }; }();