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