1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Clean up javascript comment.

This commit is contained in:
Andy Rothfusz 2013-10-09 12:22:14 -07:00
parent 6d67ac2a1b
commit 6545e53803

View file

@ -171,9 +171,8 @@
Swiftype.resultContainingElement = '#st-results-container';
Swiftype.attachElement = '#st-search-input';
Swiftype.renderStyle = "overlay";
<!-- from https://swiftype.com/questions/how-can-i-make-more-popular-content-rank-higher
Use "page" for now -- they don't subgroup by document type yet.
-->
// from https://swiftype.com/questions/how-can-i-make-more-popular-content-rank-higher
// Use "page" for now -- they don't subgroup by document type yet.
Swiftype.searchFunctionalBoosts = {"page": {"popularity": "linear"}};
var script = document.createElement('script');