Skip to content

Commit

Permalink
Fixed search bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeckers committed Dec 2, 2011
1 parent 0f1809d commit 56ec4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function (paths, events, content, css, mustache, searchTemplate) {
resultsElement.insertAdjacentHTML("beforeEnd", html);
}
});
return true; // keep listening for more results
return true;
};
var clearPending = function () {
var pendingElement = document.querySelector("#search-results-waiting");
Expand Down
1 change: 1 addition & 0 deletions modules/twitterSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
events.publish("search.results", payload);
}
);
return true;
});
return {};
});

0 comments on commit 56ec4bb

Please sign in to comment.