From 29b4ba0fc5a07ecbde11054dfa4406384a360d32 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 25 Jan 2012 09:53:53 -0800 Subject: fix modal examples on js page, update modal close button positioning --- docs/templates/pages/javascript.mustache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/templates/pages/javascript.mustache') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 7671bc99a..1c6aa4705 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -148,7 +148,7 @@ @@ -208,7 +208,7 @@
 <div class="modal">
   <div class="modal-header">
-    <a href="#" class="close js-dismiss">×</a>
+    <a class="close" data-dismiss="modal">×</a>
     <h3>Modal header</h3>
   </div>
   <div class="modal-body">
-- 
cgit v1.2.3