2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Cosmetic changes in snippets.

This commit is contained in:
XhmikosR
2019-02-10 22:25:51 +02:00
parent 7a9a8db7b1
commit bbf8b768ef
10 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -904,6 +904,6 @@ All dropdown events are fired at the `.dropdown-menu`'s parent element and have
{% highlight js %}
$('#myDropdown').on('show.bs.dropdown', function () {
// do something
// do something...
})
{% endhighlight %}