浏览代码

Clean up javascript comment.

Andy Rothfusz 12 年之前
父节点
当前提交
6545e53803
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      docs/theme/docker/layout.html

+ 2 - 3
docs/theme/docker/layout.html

@@ -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');