From 1e449acba57c1146e146225f7f47e5cd412e07e2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 8 Oct 2013 13:30:16 +0100 Subject: [PATCH 1/1] Rename all menu_* configuration options show_*. Part of MKWS-41 --- examples/htdocs/index-full.html | 2 +- examples/htdocs/index-mobile.html | 2 +- examples/htdocs/index-popup.html | 2 +- tools/htdocs/README.markdown | 6 +++--- tools/htdocs/mkws.js | 12 ++++++------ tools/htdocs/whitepaper.markdown | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/htdocs/index-full.html b/examples/htdocs/index-full.html index 45d6b7d..3c60694 100644 --- a/examples/htdocs/index-full.html +++ b/examples/htdocs/index-full.html @@ -11,7 +11,7 @@ lang: "da", debug: 1, use_service_proxy: true, - lang_menu: true, + show_lang: true, sort_default: "relevance", query_width: 50, perpage_default: 20, diff --git a/examples/htdocs/index-mobile.html b/examples/htdocs/index-mobile.html index 45a735d..79a6b39 100644 --- a/examples/htdocs/index-mobile.html +++ b/examples/htdocs/index-mobile.html @@ -11,7 +11,7 @@ lang: "da", debug: 1, use_service_proxy: true, - lang_menu: true, + show_lang: true, lang_display: ["da", "en"], sort_default: "relevance", query_width: 50, diff --git a/examples/htdocs/index-popup.html b/examples/htdocs/index-popup.html index e363b7e..2d1ba09 100644 --- a/examples/htdocs/index-popup.html +++ b/examples/htdocs/index-popup.html @@ -8,7 +8,7 @@