From: Wolfram Schneider Date: Thu, 24 Apr 2014 14:46:32 +0000 (+0000) Subject: use global config for active_clients X-Git-Tag: 1.0.0~841^2~1 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=b925825a5f4387ba4df8b4c436ad22820b6a5631 use global config for active_clients --- diff --git a/examples/htdocs/jasmine-local-popup.html b/examples/htdocs/jasmine-local-popup.html index 6e5d7bb..9e9345e 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -50,7 +50,7 @@ var jasmine_config = { search_query: "netbsd", expected_hits: 10, - active_clients: 17, + // active_clients: 17, show_record_url: true }; diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html index 8d1cc67..91e770c 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -41,6 +41,7 @@