From 1afd301359031ed66956dc60e53bfe2151aa8011 Mon Sep 17 00:00:00 2001
From: Lonewolf
Date: Tue, 8 Apr 2014 12:57:44 +0530
Subject: [PATCH] Fixed js files path
---
doc/includes/alert/examples_alert_javascript.html | 4 ++--
doc/includes/examples_javascript.html | 2 +-
doc/includes/magellan/examples_magellan_javascript.html | 4 ++--
doc/pages/components/accordion.html | 6 +++---
doc/pages/components/alert_boxes.html | 6 +++---
doc/pages/components/dropdown.html | 6 +++---
doc/pages/components/offcanvas.html | 1 +
doc/pages/components/orbit.html | 8 ++++----
doc/pages/components/tooltips.html | 8 ++++----
doc/pages/components/topbar.html | 3 ++-
10 files changed, 25 insertions(+), 23 deletions(-)
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 @@
` 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
...
+
--
2.47.2