From 19986b3dd8e921e9f0b4e238af6b4af83ef5bebe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Jan 2012 01:45:49 -0800 Subject: remove / on js, fix link to typeahead, remove old gradient on dropdown hover --- docs/javascript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/javascript.html b/docs/javascript.html index 1ea618a68..8056d7fc5 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1123,7 +1123,7 @@ $('.myCarousel').carousel({

A basic, easily extended plugin for quickly creating elegant typeaheads.

- Download + Download

Using bootstrap-typeahead.js

@@ -1152,7 +1152,7 @@ $('.myCarousel').carousel({

Markup

Add data attributes to register an element with typeahead functionality.

-<input type="text" data-provide="typeahead" />
+<input type="text" data-provide="typeahead">
 

Demo

-- cgit v1.2.3