Changeset 525706
- Timestamp:
- 03/31/2012 11:01:47 PM (14 years ago)
- Location:
- fs-pax-pirep/trunk
- Files:
-
- 2 edited
-
fs-pax-pirep.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fs-pax-pirep/trunk/fs-pax-pirep.php
r525682 r525706 5 5 Plugin URI: http://www.federalproductions.com/studio/game-add-ons/fs-pax/ 6 6 Description: Adds scripted PIREP display as a plugin to WordPress 7 Version: 2.0 7 Version: 2.0.1 8 8 Author: Ted Thompson 9 9 Author URI: http://www.federalproductions.com … … 37 37 <script type="text/javascript" src="<?php echo $file_url ?>js/jquery.dataTables.min.js"></script> 38 38 <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 } ); 43 45 } ); 44 46 } ); -
fs-pax-pirep/trunk/readme.txt
r525683 r525706 5 5 Requires at least: 3.0 6 6 Tested up to: 3.3.1 7 Stable tag: 2.0 7 Stable tag: 2.0.1 8 8 9 9 Adds scripted PIREP display as a plugin to WordPress.
Note: See TracChangeset
for help on using the changeset viewer.