Parcourir la source

Fixed issue where tipue search json file generated 301

Brian Levin il y a 11 ans
Parent
commit
4f6cbffb36
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 %}