From 719318f4854d398874ee2cb04f788b758fe8cc05 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Fri, 30 Dec 2016 11:29:47 +0100 Subject: Update visual test carousel --- js/tests/visual/carousel.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index b26fb4a0d..2f392d0b8 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -30,12 +30,12 @@ Third slide - - + + Previous - - + + Next -- cgit v1.2.3 From 55413e109fb8b264ba8e26bf0018bda5e7bafdd4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Dec 2016 21:54:13 -0800 Subject: nuke local test vendor jquery and tether, replace with docs assets --- js/tests/visual/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index 2f392d0b8..c4d646870 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -41,7 +41,7 @@ - + -- cgit v1.2.3 From e2b6badb86571d482c9653e05cedda10aae12127 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Dec 2016 12:20:32 -0800 Subject: v4: Rip out IE compatibility mode meta tags (#21483) * Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro --- js/tests/visual/carousel.html | 1 - 1 file changed, 1 deletion(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index c4d646870..b02d28a05 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -3,7 +3,6 @@ - Carousel -- cgit v1.2.3