Giving foundation.js files a version of 5.5.3master and removing a missed test variable

sidebar
Tom Hutchison 2018-02-17 18:45:27 -05:00
parent b3db964e77
commit 997b8df9b2
18 changed files with 18 additions and 18 deletions

View File

@ -294,7 +294,7 @@ class pivotTemplate extends BaseTemplate {
function renderSidebar() {
$sidebar = $this->getSidebar();
foreach ($sidebar as $boxName => $box) {
echo '<li><label class="sidebar" id="'.Sanitizer::escapeId( $box['id'] ).$location.'"';echo Linker::tooltip( $box['id'] ).'>'.htmlspecialchars( $box['header'] ).'</label></li>';
echo '<li><label class="sidebar" id="'.Sanitizer::escapeId( $box['id'] ).'"';echo Linker::tooltip( $box['id'] ).'>'.htmlspecialchars( $box['header'] ).'</label></li>';
if ( is_array( $box['content'] ) ) {
foreach ($box['content'] as $key => $item) { echo $this->makeListItem($key, $item); }
}

View File

@ -4,7 +4,7 @@
Foundation.libs.abide = {
name : 'abide',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
live_validate : true, // validate the form as you go

View File

@ -4,7 +4,7 @@
Foundation.libs.accordion = {
name : 'accordion',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
content_class : 'content',

View File

@ -4,7 +4,7 @@
Foundation.libs.alert = {
name : 'alert',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
callback : function () {}

View File

@ -4,7 +4,7 @@
Foundation.libs.clearing = {
name : 'clearing',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
templates : {

View File

@ -4,7 +4,7 @@
Foundation.libs.dropdown = {
name : 'dropdown',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
active_class : 'open',

View File

@ -4,7 +4,7 @@
Foundation.libs.equalizer = {
name : 'equalizer',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
use_tallest : true,

View File

@ -4,7 +4,7 @@
Foundation.libs.interchange = {
name : 'interchange',
version : '{{VERSION}}',
version : '5.5.3master',
cache : {},

View File

@ -6,7 +6,7 @@
Foundation.libs.joyride = {
name : 'joyride',
version : '{{VERSION}}',
version : '5.5.3master',
defaults : {
expose : false, // turn on or off the expose feature

View File

@ -300,7 +300,7 @@
window.Foundation = {
name : 'Foundation',
version : '{{VERSION}}',
version : '5.5.3master',
media_queries : {
'small' : new MediaQuery('.foundation-mq-small'),

View File

@ -4,7 +4,7 @@
Foundation.libs['magellan-expedition'] = {
name : 'magellan-expedition',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
active_class : 'active',

View File

@ -4,7 +4,7 @@
Foundation.libs.offcanvas = {
name : 'offcanvas',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
open_method : 'move',

View File

@ -407,7 +407,7 @@
Foundation.libs.orbit = {
name : 'orbit',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
animation : 'slide',

View File

@ -6,7 +6,7 @@
Foundation.libs.reveal = {
name : 'reveal',
version : '{{VERSION}}',
version : '5.5.3master',
locked : false,

View File

@ -4,7 +4,7 @@
Foundation.libs.slider = {
name : 'slider',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
start : 0,

View File

@ -4,7 +4,7 @@
Foundation.libs.tab = {
name : 'tab',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
active_class : 'active',

View File

@ -4,7 +4,7 @@
Foundation.libs.tooltip = {
name : 'tooltip',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
additional_inheritable_classes : [],

View File

@ -4,7 +4,7 @@
Foundation.libs.topbar = {
name : 'topbar',
version : '{{VERSION}}',
version : '5.5.3master',
settings : {
index : 0,