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 @@
` 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
...
+