From c42af6951f0a665f9ad1d35a3a74051adb0aae03 Mon Sep 17 00:00:00 2001 From: Chris Rebert <github@rebertia.com> Date: Thu, 10 Oct 2013 01:42:34 -0700 Subject: [PATCH] address #10965; mention Glyphicons-over-file:// problem in Carousel example --- examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/carousel/index.html b/examples/carousel/index.html index e5c3e0a318..e759e561e7 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -79,7 +79,7 @@ <div class="container"> <div class="carousel-caption"> <h1>Example headline.</h1> - <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> + <p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p> <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p> </div> </div> -- GitLab