소스 검색

Change search setting to open results in the same window

This change is consistent with how search engines like DuckDuckGo
display results.
Talha Mansoor 11 년 전
부모
커밋
5123e92de4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/search.html

+ 1 - 1
templates/search.html

@@ -27,7 +27,7 @@ $(document).ready(function() {
              'mode': 'live',
          {% endif %}
          'show': 10,
-         'newWindow': true,
+         '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'