From 7caf8f61df7840fb3de2478a75aec229d9f84f15 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Sat, 16 May 2020 08:29:08 +0200 Subject: Build: Rename jquery-1-7 to jquery-patch The file now contains many more than just jQuery 1.7 patches. Closes gh-1917 --- tests/lib/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/bootstrap.js') diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 58710367c..bae1afada 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -177,7 +177,7 @@ function migrateUrl() { // Load the jQuery fixes, if necessary if ( !jQueryVersion || ( jQueryVersion.indexOf( "git" ) === -1 && parseFloat( jQueryVersion ) < 4 ) ) { - modules.unshift( "ui/jquery-1-7" ); + modules.unshift( "ui/jquery-patch" ); } requireTests( modules, noBackCompat ); -- cgit v1.2.3