[ Avaa Bypassed ]




Upload:

Command:

www-data@52.14.93.216: ~ $
jQuery(document).ready(function($) {
    $('body').on('click', '.icon-list li', function(){
        var icon_class = $(this).find('i').attr('class');
        $(this).addClass('icon-active').siblings().removeClass('icon-active');
        $(this).parent('.icon-list').prev('.selected-icon').children('i').attr('class','').addClass(icon_class);
        $(this).parent('.icon-list').next('input').val(icon_class).trigger('change');
    });

    $('body').on('click', '.selected-icon', function(){
        $(this).next().slideToggle();
    });

    $(".socialInput").on("keyup", function() {
        var value = $(this).val().toLowerCase();
        $(".icon-list li").filter(function() {
          $(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
        });
    });
});

Filemanager

Name Type Size Permission Actions
bootstrap.js File 144.78 KB 0777
custom.js File 2.88 KB 0777
customize-controls.js File 1.08 KB 0777
customizer-controls.js File 6.41 KB 0777
customizer-scripts.js File 782 B 0777
jquery.superfish.js File 7.25 KB 0777
plugin-activation.js File 3.67 KB 0777
wow.js File 15.23 KB 0777