From c531a75ff00fd58a6d1c05a944145ff165dba837 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Aug 2012 11:53:55 -0700 Subject: [PATCH] fixes #4451 manually: add .fade to modal example in both mustache and html --- docs/javascript.html | 2 +- docs/templates/pages/javascript.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index bc5d606cd4..79de4f6a55 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -214,7 +214,7 @@ $('#myModal').on('show', function (e) {

Live demo

Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.

-