more fixes for #9513
This commit is contained in:
parent
5a4401ac91
commit
5f311790b9
2 changed files with 5 additions and 5 deletions
|
|
@ -588,7 +588,7 @@ $('body').scrollspy({ target: '#navbar-example' })
|
|||
{% highlight js %}
|
||||
$('[data-spy="scroll"]').each(function () {
|
||||
var $spy = $(this).scrollspy('refresh')
|
||||
});
|
||||
})
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
|
|
@ -731,7 +731,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
|
|||
|
||||
<script>
|
||||
$(function () {
|
||||
$('#myTab a:last').tab('show');
|
||||
$('#myTab a:last').tab('show')
|
||||
})
|
||||
</script>
|
||||
{% endhighlight %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue