From: Lonewolf Date: Tue, 8 Apr 2014 07:27:44 +0000 (+0530) Subject: Fixed js files path X-Git-Tag: v5.2.3~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4928%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed js files path --- diff --git a/doc/includes/alert/examples_alert_javascript.html b/doc/includes/alert/examples_alert_javascript.html index 081d09ca9..34a738a64 100644 --- a/doc/includes/alert/examples_alert_javascript.html +++ b/doc/includes/alert/examples_alert_javascript.html @@ -4,7 +4,7 @@ ... - + @@ -15,4 +15,4 @@ ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} diff --git a/doc/includes/examples_javascript.html b/doc/includes/examples_javascript.html index 5bfeef89d..41ba05855 100644 --- a/doc/includes/examples_javascript.html +++ b/doc/includes/examples_javascript.html @@ -14,4 +14,4 @@ ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} diff --git a/doc/includes/magellan/examples_magellan_javascript.html b/doc/includes/magellan/examples_magellan_javascript.html index e39ef92ca..f63cf4ab5 100644 --- a/doc/includes/magellan/examples_magellan_javascript.html +++ b/doc/includes/magellan/examples_magellan_javascript.html @@ -1,9 +1,9 @@ {{#markdown}} ```html - + ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} diff --git a/doc/pages/components/accordion.html b/doc/pages/components/accordion.html index d70454cc4..bbc44b5c7 100644 --- a/doc/pages/components/accordion.html +++ b/doc/pages/components/accordion.html @@ -47,9 +47,9 @@ It's easy to configure dropdowns using our provided Javascript. You can use data {{#markdown}} ```html - - - + + + ``` {{/markdown}} diff --git a/doc/pages/components/alert_boxes.html b/doc/pages/components/alert_boxes.html index 2c2f6b0c6..d91dbefad 100644 --- a/doc/pages/components/alert_boxes.html +++ b/doc/pages/components/alert_boxes.html @@ -200,9 +200,9 @@ It's easy to configure alert boxes using our provided Javascript. You can use wi {{#markdown}} ```html - - - + + + ``` {{/markdown}} diff --git a/doc/pages/components/dropdown.html b/doc/pages/components/dropdown.html index 65696a14b..097e73cf1 100644 --- a/doc/pages/components/dropdown.html +++ b/doc/pages/components/dropdown.html @@ -183,9 +183,9 @@ It's easy to configure dropdowns using our provided Javascript. You can use data {{#markdown}} ```html - - - + + + ``` {{/markdown}} diff --git a/doc/pages/components/offcanvas.html b/doc/pages/components/offcanvas.html index df5161371..672fd4a8d 100644 --- a/doc/pages/components/offcanvas.html +++ b/doc/pages/components/offcanvas.html @@ -283,6 +283,7 @@ Just add `foundation.offcanvas.js` AFTER the `foundation.js` file. Your markup s ... + diff --git a/doc/pages/components/orbit.html b/doc/pages/components/orbit.html index 1ff02ec12..5be2a9d35 100644 --- a/doc/pages/components/orbit.html +++ b/doc/pages/components/orbit.html @@ -140,9 +140,9 @@ $preloader-class: "preloader"; It's easy to configure Orbit using our provided Javascript. You can use with data-attributes or plain old Javascript. Make sure `jquery.js`, `foundation.js`, and `foundation.orbit.js` have been included on your page before continuing. For example add the following before the closing `` tag: ```html - - - + + + ``` ### Basic @@ -183,7 +183,7 @@ $(document).foundation({ timer_paused_class: 'paused', // Class name given to the paused button timer_progress_class: 'orbit-progress', // Class name given to the progress bar timer_show_progress_bar: true, // If the progress bar should get shown (false skips computation) - slides_container_class: 'orbit-slides-container', // Class name given to the + slides_container_class: 'orbit-slides-container', // Class name given to the bullets_container_class: 'orbit-bullets', slide_selector: 'li', // Default is '*' which selects all children under the container bullets_active_class: 'active', // Class name given to the active bullet diff --git a/doc/pages/components/tooltips.html b/doc/pages/components/tooltips.html index f6c89c230..619352418 100644 --- a/doc/pages/components/tooltips.html +++ b/doc/pages/components/tooltips.html @@ -41,7 +41,7 @@ Additional classes can be added to your tooltips to change its appearance.

Rendered HTML

-Hover on desktop and touch me on mobile! +Hover on desktop and touch me on mobile!   @@ -75,9 +75,9 @@ It's easy to configure tooltips using our Javascript. You can use data-attribute {{#markdown}} ```html - - - + + + ``` {{/markdown}} diff --git a/doc/pages/components/topbar.html b/doc/pages/components/topbar.html index 21b8edcc7..ccc9b5816 100644 --- a/doc/pages/components/topbar.html +++ b/doc/pages/components/topbar.html @@ -65,7 +65,7 @@ meta: Top-bar navigation - + *** ### Build With HTML Classes @@ -364,6 +364,7 @@ Just add `foundation.topbar.js` AFTER the `foundation.js` file. Your markup shou ... +