]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove incorrect mention of dropdowns for dynamic tab behavior (#32634)
authorPatrick H. Lauke <redux@splintered.co.uk>
Tue, 5 Jan 2021 20:04:06 +0000 (20:04 +0000)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 8 Jan 2021 10:04:37 +0000 (12:04 +0200)
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 <xhmikosr@gmail.com>
site/content/docs/4.5/components/navs.md

index 867b48e652d048a5d5dead5312e3764557084ef9..5a1cdcc812b2ebc8ee15b1066fc5b3a0c99c78d3 100644 (file)
@@ -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" >}}).