File "main.js"

Full Path: /home/stylijtl/public_html/wp-content/plugins/widget-importer--exporter/js/main.js
File size: 210 bytes
MIME-type: text/plain
Charset: utf-8

jQuery(document).ready(function ($) {

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

});