From 7e55d74eb08fdabfaa70b5840d91356e35cdfc44 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 5 Jan 2021 20:04:06 +0000 Subject: [PATCH] Remove incorrect mention of dropdowns for dynamic tab behavior (#32634) While technically it still works, we're already saying authors shouldn't do it later on, and we removed any examples of this. This was a straggler. Co-authored-by: XhmikosR --- site/content/docs/4.5/components/navs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.5/components/navs.md b/site/content/docs/4.5/components/navs.md index 867b48e652d0..5a1cdcc812b2 100644 --- a/site/content/docs/4.5/components/navs.md +++ b/site/content/docs/4.5/components/navs.md @@ -303,7 +303,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin ## JavaScript behavior -Use the tab JavaScript plugin—include it individually or through the compiled `bootstrap.js` file—to extend our navigational tabs and pills to create tabbable panes of local content, even via dropdown menus. +Use the tab JavaScript plugin—include it individually or through the compiled `bootstrap.js` file—to extend our navigational tabs and pills to create tabbable panes of local content. If you're building our JavaScript from source, it [requires `util.js`]({{< docsref "/getting-started/javascript#util" >}}).