translation
This commit is contained in:
parent
b283f9dd46
commit
aaef80892c
|
@ -431,7 +431,7 @@ function googleSearch(keyword){
|
|||
+'</p>';
|
||||
items.push('<li>' + html + '</li>');
|
||||
});
|
||||
items.push('<li class="more"><a href="'+obj.responseData.cursor.moreResultsUrl+'" target="_blank">查看更多搜索结果(约'+obj.responseData.cursor.estimatedResultCount+'条)</a></div>');
|
||||
items.push('<li class="more"><a href="'+obj.responseData.cursor.moreResultsUrl+'" target="_blank">More results (about '+obj.responseData.cursor.estimatedResultCount+' items)</a></div>');
|
||||
$('#searchlist').html(items.join(''));
|
||||
$('html, body').animate({scrollTop:$('#searchlist').offset().top}, 'slow');
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue