Current File : //home/getxxhzo/tinyrnd.com/wp-content/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();
    });

});