����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 PagesGallery = function () {
//function to initiate Colorbox
var runColorBox = function () {
$(".group1").colorbox({
rel: 'group1',
transition: "none",
width: "100%",
height: "100%",
retinaImage: true
});
};
//function to Image Picker
var runImagePicker = function () {
$('.wrap-image .chkbox').bind('click', function () {
if ($(this).parent().hasClass('selected')) {
$(this).parent().removeClass('selected').children('a').children('img').removeClass('selected');
} else {
$(this).parent().addClass('selected').children('a').children('img').addClass('selected');
}
});
};
return {
//main function to initiate template pages
init: function () {
runColorBox();
runImagePicker();
}
};
}();