PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/islandpc.ca/wp-content/plugins/wp-automatic/js/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/islandpc.ca/wp-content/plugins/wp-automatic/js/wp_automatic_script_campaigns_page.js

jQuery(document).ready(function ($) {
  $(
    '<a id="wp_automatic_btn_import" href="test" class="page-title-action">Import</a>'
  ).insertAfter(".page-title-action");


  //click handler for the import button to insert the upload form HTML if not available already and show it if hidden already 
    $("#wp_automatic_btn_import").click(function (e) {

    //prevent the default action
        e.preventDefault();

    //if the form is not available, insert it 
    const formHtml = `<div class="upload-plugin-wrap">
    <div class="upload-plugin">
<p class="install-help">If you have a previous export in .json format, you may import it by uploading it here.</p>
<form method="post" enctype="multipart/form-data" class="wp-upload-form" >
    <label class="screen-reader-text" for="pluginzip">Plugin zip file</label>
    <input type="file" id="pluginzip" name="wp_automatic_upload_file" accept=".json">
    <input type="submit" name="wp_automatic_upload_file" id="install-plugin-submit" class="button" value="Import Now" >	</form>
</div>
    </div>`;

    if ($(".upload-plugin-wrap").length == 0) {
       
       //insert the form HTML after hr.wp-header-end
        $("hr.wp-header-end").after(formHtml);
       
    }


    // toggle display for div wih class upload-plugin
    $(".upload-plugin").toggle();



});

});