Explorar el Código

Fixed issue where tipue search json file generated 301

Brian Levin hace 11 años
padre
commit
4f6cbffb36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 %}