Plugin Directory

Changeset 735171


Ignore:
Timestamp:
07/02/2013 06:36:21 PM (13 years ago)
Author:
marckocher
Message:

changed the path to the JS, readme changes, added a screenshot to the readme

Location:
skip-to
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • skip-to/trunk/readme.txt

    r732231 r735171  
    33Plugin URI: https://github.com/paypal/SkipTo
    44Description: A simple way to expand the usefullness of your site's "Skip To Content" functionality.
    5 Version: 0.1.1
     5Version: 0.1.2
    66Tags: skip to, accessibility
    77License: Apache-2.0
     
    99== Description ==
    1010
    11 # SkipTo
     11# [SkipTo](http://paypal.github.io/SkipTo/)
    1212SkipTo is a replacement for your old classic "Skipnav" link, (so please use it as such)!
    1313The SkipTo script creates a drop-down menu consisting of the most important places on a given web page. The menu will make it easier for keyboard and screen reader users to quickly jump to the desired location by simply choosing it from the list of options.
     
    29293. Edit settings
    3030
     31== Screenshots ==
     32
     331. Example of the menu in action.
     34
    3135== Changelog ==
    3236
     
    3741* Changed the path to the JS to reflect the plugin name.
    3842
     43= 0.1.2 =
     44* Changed the SkipToMin.js to pull from the PayPal CDN, so the plugin now supports HTTPS.
     45* Updates to the readme.
    3946
    4047== Authors ==
  • skip-to/trunk/skipTo.php

    r732231 r735171  
    44    Plugin URI: https://github.com/paypal/SkipTo
    55    Description: A simple way to expand the usefullness of your site's "Skip To Content" functionality.
    6     Version: 0.1.1
     6    Version: 0.1.2
    77    Author: Nawaz Khan, Victor Tsaran, Ron Feathers, and Marc Kocher
    88    Author URI: https://github.com/paypal
     
    1010*/
    1111
    12     $skipTo_url = 'http://paypal.github.io/SkipTo/downloads/js/SkipTo.min.js';
     12    $skipTo_url = '//www.paypalobjects.com/webstatic/uie/SkipTo.min.js';
    1313
    1414    function skipto_load_js_and_css() {
Note: See TracChangeset for help on using the changeset viewer.