HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content.1/plugins/widget-importer-exporter/js/
Upload File :
Current File : /home/otwalrll/.trash/wp-content.1/plugins/widget-importer-exporter/js/main.js
jQuery(document).ready(function ($) {

    // Show textarea when click "copy and paste"
    $('#wie-content-toggle').on('click', function () {
        $('#wie-import-data').fadeIn('fast').focus();
    });

});