File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 560560 } ,
561561 formatNoMatches : function ( ) { return "No matches found" ; } ,
562562 formatInputTooShort : function ( input , min ) { return "Please enter " + ( min - input . length ) + " more characters" ; } ,
563- formatLoadingNextSet : function ( pageNumber ) { return "Loading more results..." ; } ,
563+ formatLoadMore : function ( pageNumber ) { return "Loading more results..." ; } ,
564564 minimumResultsForSearch : 0 ,
565565 minimumInputLength : 0 ,
566566 id : function ( e ) { return e . id ; } ,
889889 postRender ( ) ;
890890
891891 if ( data . more === true ) {
892- results . children ( ) . filter ( ":last" ) . append ( "<li class='select2-more-results'>" + opts . formatLoadingNextSet ( this . resultsPage ) + "</li>" ) ;
892+ results . children ( ) . filter ( ":last" ) . append ( "<li class='select2-more-results'>" + opts . formatLoadMore ( this . resultsPage ) + "</li>" ) ;
893893 }
894894
895895 this . postprocessResults ( data , initial ) ;
You can’t perform that action at this time.
0 commit comments