From dbcb1f1f05c2dd9b1a450880a1a726baea17265d Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 7 Jul 2014 15:39:34 +0000 Subject: [PATCH] replace jQuery.pazpar2() with static HTML widget, part of MKWS-228 --- examples/htdocs/jasmine-cors-popup.html | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/examples/htdocs/jasmine-cors-popup.html b/examples/htdocs/jasmine-cors-popup.html index 57134ac..2b43858 100644 --- a/examples/htdocs/jasmine-cors-popup.html +++ b/examples/htdocs/jasmine-cors-popup.html @@ -3,6 +3,12 @@ MKWS demo: jQuery popup plugin with jasmine test framework + @@ -21,7 +27,7 @@ - @@ -41,21 +47,22 @@ var jasmine_config = { search_query: "netbsd", expected_hits: 10, - // active_clients: 17, check_motd: false, show_record_url: true }; - jQuery.pazpar2({ - "layout": "popup", /* "table" [default], "div", "popup" */ - "width": 990, /* popup width, should be at least 800 */ - "height": 760 /* popup height, should be at least 600 */ - });

MKWS Jasmine regression tests

-

+ +

+
+
+
+
+
+
+
- -- 1.7.10.4