Browse Source
* Add classes for nav primary menu items and footer items * Change variable name * Update Pressbooks support link URL & WP version in pipeline Co-authored-by: SteelWagstaff <steel@pressbooks.com>pull/276/head
Ricardo Aragon
3 years ago
committed by
GitHub
8 changed files with 65 additions and 35 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,24 +1,24 @@
|
||||
/*! |
||||
* Sizzle CSS Selector Engine v2.3.5 |
||||
* Sizzle CSS Selector Engine v2.3.6 |
||||
* https://sizzlejs.com/ |
||||
* |
||||
* Copyright JS Foundation and other contributors |
||||
* Released under the MIT license |
||||
* https://js.foundation/ |
||||
* |
||||
* Date: 2020-03-14 |
||||
* Date: 2021-02-16 |
||||
*/ |
||||
|
||||
/*! |
||||
* jQuery JavaScript Library v3.5.1 |
||||
* jQuery JavaScript Library v3.6.0 |
||||
* https://jquery.com/ |
||||
* |
||||
* Includes Sizzle.js |
||||
* https://sizzlejs.com/ |
||||
* |
||||
* Copyright JS Foundation and other contributors |
||||
* Copyright OpenJS Foundation and other contributors |
||||
* Released under the MIT license |
||||
* https://jquery.org/license |
||||
* |
||||
* Date: 2020-05-04T22:49Z |
||||
* Date: 2021-03-02T17:08Z |
||||
*/ |
||||
|
Loading…
Reference in new issue