From: XhmikosR Date: Sat, 16 Mar 2019 17:14:33 +0000 (+0200) Subject: Revert "Add information about IE 11 compatibility." X-Git-Tag: v5.0.0-alpha1~1182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcf76ef5f0d6305bb8aa7a83ae7fdc45256f7f08;p=thirdparty%2Fbootstrap.git Revert "Add information about IE 11 compatibility." This reverts commit 1da5b9f76a05feae2663316247937aabda91d487. --- diff --git a/site/content/docs/4.3/getting-started/javascript.md b/site/content/docs/4.3/getting-started/javascript.md index 3781dbbbce..45d6d6d35d 100644 --- a/site/content/docs/4.3/getting-started/javascript.md +++ b/site/content/docs/4.3/getting-started/javascript.md @@ -220,40 +220,3 @@ $('#yourTooltip').tooltip({ } }) {{< /highlight >}} - -## Compatibility with IE 11 - -Bootstrap v5 isn't designed to work with Internet Explorer 11, but you can add the following polyfills to make it work: - -{{< highlight html >}} - - - -{{< /highlight >}}