Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Silber <michael@cfxdesign.com>2014-07-03 00:49:03 +0400
committerMichael Silber <michael@cfxdesign.com>2014-07-03 00:49:03 +0400
commit1e407c81f1033059adf85afbd9ba095d50587684 (patch)
tree2a9730892aa2a0df45e83d030a78f8f0a3b96f5f /js/tests/visual/scrollspy.html
parent4715e05510b111b37e796f1458fc7a39a81d6571 (diff)
Add collapsed default class to navbar-toggle
Diffstat (limited to 'js/tests/visual/scrollspy.html')
-rw-r--r--js/tests/visual/scrollspy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/scrollspy.html b/js/tests/visual/scrollspy.html
index 9d581e3316..2611337f54 100644
--- a/js/tests/visual/scrollspy.html
+++ b/js/tests/visual/scrollspy.html
@@ -14,7 +14,7 @@
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".js-navbar-scrollspy">
+ <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".js-navbar-scrollspy">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>