From 02f80c1616825e352dc36f917e39ad08933e0a19 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Thu, 16 May 2019 14:28:48 +0200 Subject: [PATCH] remove util references from our docs --- site/content/docs/4.3/components/alerts.md | 1 - site/content/docs/4.3/components/carousel.md | 2 -- site/content/docs/4.3/components/dropdowns.md | 2 -- site/content/docs/4.3/components/navs.md | 2 -- site/content/docs/4.3/components/popovers.md | 1 - site/content/docs/4.3/components/scrollspy.md | 1 - site/content/docs/4.3/components/tooltips.md | 1 - 7 files changed, 10 deletions(-) diff --git a/site/content/docs/4.3/components/alerts.md b/site/content/docs/4.3/components/alerts.md index ee0cbab1a6..fa5e5b24cf 100644 --- a/site/content/docs/4.3/components/alerts.md +++ b/site/content/docs/4.3/components/alerts.md @@ -58,7 +58,6 @@ Alerts can also contain additional HTML elements like headings, paragraphs and d Using the alert JavaScript plugin, it's possible to dismiss any alert inline. Here's how: - Be sure you've loaded the alert plugin, or the compiled Bootstrap JavaScript. -- If you're building our JavaScript from source, it [requires `util.js`]({{< docsref "/getting-started/javascript#util" >}}). The compiled version includes this. - Add a dismiss button and the `.alert-dismissible` class, which adds extra padding to the right of the alert and positions the `.close` button. - On the dismiss button, add the `data-dismiss="alert"` attribute, which triggers the JavaScript functionality. Be sure to use the `