Вход Регистрация
Файл: templates/modern/js/files.js
Строк: 29
<?php
var icms icms || {};

icms.files = (function ($) {

    
this.url_delete '';

    
this.onDocumentReady = function(){
        $(
'.custom-file-input').on('change',function(){
            $(
this).next('.custom-file-label').html($(this).val().replace('C:\fakepath\', ''));
        });
    };

    this.remove = function(file_id){

        $('
#f_'+file_id+' #file_'+file_id).remove();
        
$('#f_'+file_id+' #file_'+file_id+'_upload').show();
        $(
'#f_'+file_id+' input:hidden[name='+file_id+']').val('1');

        
icms.events.run('icms_files_remove'file_id);

    };

    
this.deleteByPath = function(path){
        $.
post(this.url_delete, {pathpathcsrf_tokenicms.forms.getCsrfToken()}, function(result){
            if (
result.error){
                
alert(result.message);
                return 
false;
            }
        }, 
'json');
    };

    return 
this;

}).
call(icms.files || {},jQuery);
?>
Онлайн: 0
Реклама