From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- resources/src/jquery/jquery.expandableField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/src/jquery/jquery.expandableField.js') diff --git a/resources/src/jquery/jquery.expandableField.js b/resources/src/jquery/jquery.expandableField.js index 732cc6ec..48341bc5 100644 --- a/resources/src/jquery/jquery.expandableField.js +++ b/resources/src/jquery/jquery.expandableField.js @@ -134,7 +134,7 @@ // Store the context for next time $( this ).data( 'expandableField-context', context ); } ); - return returnValue !== undefined ? returnValue : $(this); + return returnValue !== undefined ? returnValue : $( this ); }; }( jQuery ) ); -- cgit v1.2.3-54-g00ecf