Plugin Directory

Changeset 799716


Ignore:
Timestamp:
11/06/2013 09:33:44 AM (12 years ago)
Author:
DaganLev
Message:

version 1.0.7 - added some script for JS

Location:
bulk-page-creator
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • bulk-page-creator/trunk/bulk-page-creator.php

    r724147 r799716  
    44Plugin URI: http://solid-code.co.uk/2011/05/bulk-page-creator/
    55Description: Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site.
    6 Version: 1.0.6
     6Version: 1.0.7
    77Author: Dagan Lev
    88Author URI: http://solid-code.co.uk
  • bulk-page-creator/trunk/my-script.js

    r724147 r799716  
    4343        }
    4444    }
     45
     46    jQuery('form#sc-add-pages').on('submit', function(e){
     47        return jQuery('#sc-page-name').val().length>0 ? sc_add_page() : true;
     48    });
    4549});
    4650
  • bulk-page-creator/trunk/readme.txt

    r724147 r799716  
    4141Amended potential issue with safari and draft pages in JavaScript
    4242
     43= 1.0.7 =
     44Added script to add pages in the page section when accedently submitting form
     45
    4346== Screenshots ==
    4447
Note: See TracChangeset for help on using the changeset viewer.