Plugin Directory

Changeset 1889407


Ignore:
Timestamp:
06/08/2018 06:16:51 AM (8 years ago)
Author:
ejointjp
Message:

v0.1.7

Location:
wp-tocjs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-tocjs/trunk/readme.txt

    r1848102 r1889407  
    5555== Changelog ==
    5656
     57= 0.1.7 =
     58* Bug fix.
     59
    5760= 0.1.6 =
    5861* Bug fix.
  • wp-tocjs/trunk/wp-tocjs.php

    r1848102 r1889407  
    44Plugin URI: http://e-joint.jp/works/wp-tocjs/
    55Description: A WordPress plugin that makes Table of Contents automatically.
    6 Version: 0.1.6
     6Version: 0.1.7
    77Author: e-JOINT.jp
    88Author URI: http://e-joint.jp
     
    323323  public function generate_scripts() { ?>
    324324    <script>
    325     $("<?php echo $this->default_option('src') ?>").tocjs({
     325    jQuery("<?php echo $this->default_option('src') ?>").tocjs({
    326326      excludes: "<?php echo $this->default_option('excludes'); ?>",
    327327      headingNumber: "<?php echo $this->options['heading_number']; ?>",
Note: See TracChangeset for help on using the changeset viewer.