From ae31f2b3b478975f70526bdf3299464b9afa8bb1 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 15 May 2017 18:24:19 -0400 Subject: Tests: Load `jquery-1-7` module for jQuery 2.x as well --- tests/lib/bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 8d63c8135..7f1e12dd0 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -172,8 +172,8 @@ function migrateUrl() { } } - // Load the jQuery 1.x fixes, if necessary - if ( parseFloat( parseUrl().jquery ) < 2 ) { + // Load the jQuery fixes, if necessary + if ( parseFloat( parseUrl().jquery ) < 3 ) { modules.push( "ui/jquery-1-7" ); } -- cgit v1.2.3