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:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user