瀏覽代碼

Fixed issue where tipue search json file generated 301

Brian Levin 11 年之前
父節點
當前提交
4f6cbffb36
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/search.html

+ 1 - 1
templates/search.html

@@ -28,7 +28,7 @@ $(document).ready(function() {
          'newWindow': false,
          {# I cannot place following statements in the conditionals above because then Tipue Search fails to work. Possibly a bug in Tipue Search. #}
          {% if 'tipue_search' in PLUGINS %}
-             'contentLocation': '{{ SITEURL }}/tipuesearch_content.json'
+             'contentLocation': 'tipuesearch_content.json'
          {% else %}
              'liveDescription': '.article-content'
          {% endif %}