mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-23 10:59:03 +01:00
Giving foundation.js files a version of 5.5.3master and removing a missed test variable
This commit is contained in:
parent
b3db964e77
commit
997b8df9b2
@ -294,7 +294,7 @@ class pivotTemplate extends BaseTemplate {
|
|||||||
function renderSidebar() {
|
function renderSidebar() {
|
||||||
$sidebar = $this->getSidebar();
|
$sidebar = $this->getSidebar();
|
||||||
foreach ($sidebar as $boxName => $box) {
|
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'] ) ) {
|
if ( is_array( $box['content'] ) ) {
|
||||||
foreach ($box['content'] as $key => $item) { echo $this->makeListItem($key, $item); }
|
foreach ($box['content'] as $key => $item) { echo $this->makeListItem($key, $item); }
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.abide = {
|
Foundation.libs.abide = {
|
||||||
name : 'abide',
|
name : 'abide',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
live_validate : true, // validate the form as you go
|
live_validate : true, // validate the form as you go
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.accordion = {
|
Foundation.libs.accordion = {
|
||||||
name : 'accordion',
|
name : 'accordion',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
content_class : 'content',
|
content_class : 'content',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.alert = {
|
Foundation.libs.alert = {
|
||||||
name : 'alert',
|
name : 'alert',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
callback : function () {}
|
callback : function () {}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.clearing = {
|
Foundation.libs.clearing = {
|
||||||
name : 'clearing',
|
name : 'clearing',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
templates : {
|
templates : {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.dropdown = {
|
Foundation.libs.dropdown = {
|
||||||
name : 'dropdown',
|
name : 'dropdown',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
active_class : 'open',
|
active_class : 'open',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.equalizer = {
|
Foundation.libs.equalizer = {
|
||||||
name : 'equalizer',
|
name : 'equalizer',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
use_tallest : true,
|
use_tallest : true,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.interchange = {
|
Foundation.libs.interchange = {
|
||||||
name : 'interchange',
|
name : 'interchange',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
cache : {},
|
cache : {},
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Foundation.libs.joyride = {
|
Foundation.libs.joyride = {
|
||||||
name : 'joyride',
|
name : 'joyride',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
defaults : {
|
defaults : {
|
||||||
expose : false, // turn on or off the expose feature
|
expose : false, // turn on or off the expose feature
|
||||||
|
2
assets/scripts/foundation/foundation.js
vendored
2
assets/scripts/foundation/foundation.js
vendored
@ -300,7 +300,7 @@
|
|||||||
window.Foundation = {
|
window.Foundation = {
|
||||||
name : 'Foundation',
|
name : 'Foundation',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
media_queries : {
|
media_queries : {
|
||||||
'small' : new MediaQuery('.foundation-mq-small'),
|
'small' : new MediaQuery('.foundation-mq-small'),
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs['magellan-expedition'] = {
|
Foundation.libs['magellan-expedition'] = {
|
||||||
name : 'magellan-expedition',
|
name : 'magellan-expedition',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
active_class : 'active',
|
active_class : 'active',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.offcanvas = {
|
Foundation.libs.offcanvas = {
|
||||||
name : 'offcanvas',
|
name : 'offcanvas',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
open_method : 'move',
|
open_method : 'move',
|
||||||
|
@ -407,7 +407,7 @@
|
|||||||
Foundation.libs.orbit = {
|
Foundation.libs.orbit = {
|
||||||
name : 'orbit',
|
name : 'orbit',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
animation : 'slide',
|
animation : 'slide',
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Foundation.libs.reveal = {
|
Foundation.libs.reveal = {
|
||||||
name : 'reveal',
|
name : 'reveal',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
locked : false,
|
locked : false,
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.slider = {
|
Foundation.libs.slider = {
|
||||||
name : 'slider',
|
name : 'slider',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
start : 0,
|
start : 0,
|
||||||
|
2
assets/scripts/foundation/foundation.tab.js
vendored
2
assets/scripts/foundation/foundation.tab.js
vendored
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.tab = {
|
Foundation.libs.tab = {
|
||||||
name : 'tab',
|
name : 'tab',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
active_class : 'active',
|
active_class : 'active',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.tooltip = {
|
Foundation.libs.tooltip = {
|
||||||
name : 'tooltip',
|
name : 'tooltip',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
additional_inheritable_classes : [],
|
additional_inheritable_classes : [],
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Foundation.libs.topbar = {
|
Foundation.libs.topbar = {
|
||||||
name : 'topbar',
|
name : 'topbar',
|
||||||
|
|
||||||
version : '{{VERSION}}',
|
version : '5.5.3master',
|
||||||
|
|
||||||
settings : {
|
settings : {
|
||||||
index : 0,
|
index : 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user