Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11302 from KevinGrandon/bug_900654_update_opensea…
Browse files Browse the repository at this point in the history
…rch_keys

Bug 900654 - Use newly specified keys for opensearch image suggestions.
  • Loading branch information
KevinGrandon committed Aug 1, 2013
2 parents d59c086 + b791586 commit ad9e291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/js/opensearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var process = {
var results = [];
var keywords = json[1];
var urls = json[2] || [];
var images = json[3] || [];
var images = json[4] || [];

var limit = Math.min(count || keywords.length);
for (var i = 0; i < limit; i++) {
Expand Down

0 comments on commit ad9e291

Please sign in to comment.