Plugin Directory

Changeset 1790249


Ignore:
Timestamp:
12/20/2017 08:22:23 PM (8 years ago)
Author:
onboardinformatics
Message:

Minor bug fixes

Location:
onboard-lead/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • onboard-lead/trunk/lead-bar-form-file.php

    r1788029 r1790249  
    3131        <label>&nbsp;</label>
    3232        <figure class="highlight"><pre><code class="codeS language-html" data-lang="html" id="copyTarget">[onboard-lead]</code></pre></figure>
    33         <button onclick="return copy_nav('copyTarget');" id="copybtn" class="pull-right btn btn-success">Copy</button>
     33        <button onclick="return copy_lead_bar('copyTarget');" id="copybtn" class="pull-right btn btn-success">Copy</button>
    3434   
    3535    </div>
  • onboard-lead/trunk/library/enqueuing.php

    r1788029 r1790249  
    77        wp_enqueue_media();
    88        wp_enqueue_style( 'lead-bar-style-admin', plugin_dir_url(dirname(__FILE__)).'css/lead_bar.css' );
    9         wp_enqueue_script('custom_developer_validation', plugin_dir_url(dirname(__FILE__)).'js/developer.js');
     9        wp_enqueue_script('custom_obn_leadbar_developer_validation', plugin_dir_url(dirname(__FILE__)).'js/obn_lead_bar_developer.js');
    1010    }
    1111    //Call the files function for include css and js stuff through admin_enqueue_scripts from library folder
  • onboard-lead/trunk/readme.txt

    r1788029 r1790249  
    120120= 1.0 =
    121121* Going to launch our first version 1.0.
     122= 2.0 =
     123* Changes in developer.js files name rename to unique name
Note: See TracChangeset for help on using the changeset viewer.