소스 검색

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 %}