Change double quotes to single quotes
Change-Id: I4684a4bc4ac26fffba7310891106d254e893dd63
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
(function ( $ ) {
|
(function ( $ ) {
|
||||||
"use strict";
|
'use strict';
|
||||||
|
|
||||||
var LanguageFilter = function( element, options ) {
|
var LanguageFilter = function( element, options ) {
|
||||||
this.$element = $( element );
|
this.$element = $( element );
|
||||||
|
|||||||
@@ -245,7 +245,7 @@
|
|||||||
var $suggestions = this.quicklist();
|
var $suggestions = this.quicklist();
|
||||||
$suggestions.find( 'h3' )
|
$suggestions.find( 'h3' )
|
||||||
.data( 'i18n', 'uls-no-results-suggestion-title' )
|
.data( 'i18n', 'uls-no-results-suggestion-title' )
|
||||||
.text( "You may be interested in:" )
|
.text( 'You may be interested in:' )
|
||||||
.i18n();
|
.i18n();
|
||||||
this.$noResults.find( 'h2' ).after( $suggestions );
|
this.$noResults.find( 'h2' ).after( $suggestions );
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
"use strict";
|
'use strict';
|
||||||
|
|
||||||
/* RegionSelector plugin definition */
|
/* RegionSelector plugin definition */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user