projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afc2ab
)
use of IDs is deprecated
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 17 Apr 2014 12:25:05 +0000
(12:25 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 17 Apr 2014 12:25:05 +0000
(12:25 +0000)
examples/htdocs/jasmine-popup.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/jasmine-popup.html
b/examples/htdocs/jasmine-popup.html
index
88763a2
..
9bbe36f
100644
(file)
--- a/
examples/htdocs/jasmine-popup.html
+++ b/
examples/htdocs/jasmine-popup.html
@@
-47,7
+47,7
@@
jQuery.pazpar2({
"layout": "popup", /* "table" [default], "div", "popup" */
"id_button": "input.mkwsButton", /* submit button id in search field */
- "id_popup": "#mkwsPopup", /* internal id of popup window */
+ "id_popup": ".mkwsPopup", /* internal id of popup window */
"width": 990, /* popup width, should be at least 800 */
"height": 760 /* popup height, should be at least 600 */
});