Plugin Directory

Changeset 525706


Ignore:
Timestamp:
03/31/2012 11:01:47 PM (14 years ago)
Author:
yorokobi
Message:
 
Location:
fs-pax-pirep/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fs-pax-pirep/trunk/fs-pax-pirep.php

    r525682 r525706  
    55Plugin URI: http://www.federalproductions.com/studio/game-add-ons/fs-pax/
    66Description: Adds scripted PIREP display as a plugin to WordPress
    7 Version: 2.0
     7Version: 2.0.1
    88Author: Ted Thompson
    99Author URI: http://www.federalproductions.com
     
    3737    <script type="text/javascript" src="<?php echo $file_url ?>js/jquery.dataTables.min.js"></script>
    3838    <script type="text/javascript" charset="utf-8">
    39         $(document).ready(function() {
    40             $('#pireplist').dataTable( {
    41             "bSort": false,
    42             "sPaginationType": "full_numbers"
     39        jQuery(function($) {
     40            $(document).ready(function() {
     41                $('#pireplist').dataTable( {
     42                "bSort": false,
     43                "sPaginationType": "full_numbers"
     44                } );
    4345            } );
    4446        } );
  • fs-pax-pirep/trunk/readme.txt

    r525683 r525706  
    55Requires at least: 3.0
    66Tested up to: 3.3.1
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88
    99Adds scripted PIREP display as a plugin to WordPress.
Note: See TracChangeset for help on using the changeset viewer.