Skip to content

Commit 45d8114

Browse files
Merge remote-tracking branch 'origin/v4'
2 parents 9736bbb + 78b1be0 commit 45d8114

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+86
-86
lines changed

build/responsive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
!$this.is("button") ? $this.attr({ "role": "button" }) : $this.attr({ "type": "button" });
845845
if (!$this.find(".visuallyhidden").length) {
846846
$("<span/>").addClass("visuallyhidden")
847-
.html(this === self.$nextTrigger ? self.options.nextHint : self.options.previousHint)
847+
.html(this === self.$nextTrigger.get(0) ? self.options.nextHint : self.options.previousHint)
848848
.appendTo($this);
849849
}
850850
});

build/responsive.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/responsive.zip

11 Bytes
Binary file not shown.

src/js/responsive.carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
!$this.is("button") ? $this.attr({ "role": "button" }) : $this.attr({ "type": "button" });
105105
if (!$this.find(".visuallyhidden").length) {
106106
$("<span/>").addClass("visuallyhidden")
107-
.html(this === self.$nextTrigger ? self.options.nextHint : self.options.previousHint)
107+
.html(this === self.$nextTrigger.get(0) ? self.options.nextHint : self.options.previousHint)
108108
.appendTo($this);
109109
}
110110
});

tests/css/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h4>Plugins</h4>
294294
</div>
295295
</article>
296296

297-
<script src="../../build/vendor/jquery-2.1.3.min.js"></script>
297+
<script src="../../build/vendor/jquery-2.1.4.min.js"></script>
298298
<script src="../../build/responsive.js"></script>
299299
</body>
300300
</html>

tests/css/ltr/alerts/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h4>Alert block</h4>
3030
</div>
3131
</article>
3232

33-
<script src="../../../../build/vendor/jquery-2.1.3.min.js"></script>
33+
<script src="../../../../build/vendor/jquery-2.1.4.min.js"></script>
3434
<script src="../../../../build/responsive.js"></script>
3535
</body>
3636
</html>

tests/css/ltr/autosize/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2>Standard Example</h2>
2525
</section>
2626
</article>
2727

28-
<script src="../../../../build/vendor/jquery-2.1.3.min.js"></script>
28+
<script src="../../../../build/vendor/jquery-2.1.4.min.js"></script>
2929
<script src="../../../../build/responsive.js"></script>
3030
</body>
3131
</html>

tests/css/ltr/base/helpers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Typography Helpers</h3>
173173
</div>
174174
</article>
175175

176-
<script src="../../../../build/vendor/jquery-2.1.3.min.js"></script>
176+
<script src="../../../../build/vendor/jquery-2.1.4.min.js"></script>
177177
<script src="../../../../build/responsive.js"></script>
178178
</body>
179179
</html>

tests/css/ltr/base/typography.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h3>Inline Typographical Elements</h3>
132132
</section>
133133
</article>
134134

135-
<script src="../../../../build/vendor/jquery-2.1.3.min.js"></script>
135+
<script src="../../../../build/vendor/jquery-2.1.4.min.js"></script>
136136
<script src="../../../../build/responsive.js"></script>
137137
</body>
138138
</html>

tests/css/ltr/buttons/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h3>Input : Reset</h3>
199199
</section>
200200
</article>
201201

202-
<script src="../../../../build/vendor/jquery-2.1.3.min.js"></script>
202+
<script src="../../../../build/vendor/jquery-2.1.4.min.js"></script>
203203
<script src="../../../../build/responsive.js"></script>
204204
</body>
205205
</html>

0 commit comments

Comments
 (0)