2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fix tests for jQuery v3.5.0.

This commit is contained in:
XhmikosR
2020-04-11 15:28:01 +03:00
parent 05cfefd32b
commit d848c32297
2 changed files with 26 additions and 26 deletions
+9 -9
View File
@@ -509,11 +509,11 @@ $(function () {
$(sectionHTML).appendTo('#qunit-fixture')
var scrollspyHTML = '<div id="content" style="height: 200px; overflow-y: auto;">' +
'<div id="spacer" style="height: 100px;"/>' +
'<div id="one" style="height: 100px;"/>' +
'<div id="two" style="height: 100px;"/>' +
'<div id="three" style="height: 100px;"/>' +
'<div id="spacer" style="height: 100px;"/>' +
'<div id="spacer" style="height: 100px;"></div>' +
'<div id="one" style="height: 100px;"></div>' +
'<div id="two" style="height: 100px;"></div>' +
'<div id="three" style="height: 100px;"></div>' +
'<div id="spacer" style="height: 100px;"></div>' +
'</div>'
var $scrollspy = $(scrollspyHTML).appendTo('#qunit-fixture')
@@ -553,10 +553,10 @@ $(function () {
var startOfSectionTwo = 101
var scrollspyHTML = '<div id="content" style="height: 200px; overflow-y: auto;">' +
'<div id="one" style="height: 100px;"/>' +
'<div id="two" style="height: 100px;"/>' +
'<div id="three" style="height: 100px;"/>' +
'<div id="spacer" style="height: 100px;"/>' +
'<div id="one" style="height: 100px;"></div>' +
'<div id="two" style="height: 100px;"></div>' +
'<div id="three" style="height: 100px;"></div>' +
'<div id="spacer" style="height: 100px;"></div>' +
'</div>'
var $scrollspy = $(scrollspyHTML).appendTo('#qunit-fixture')