projects
/
pazpar2-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:
64e936c
)
Updating.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Wed, 10 Jan 2007 11:42:17 +0000
(11:42 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Wed, 10 Jan 2007 11:42:17 +0000
(11:42 +0000)
www/demo/search.js
patch
|
blob
|
history
diff --git
a/www/demo/search.js
b/www/demo/search.js
index
76f10a6
..
636b6e6
100644
(file)
--- a/
www/demo/search.js
+++ b/
www/demo/search.js
@@
-1,4
+1,4
@@
-/* $Id: search.js,v 1.12 2007-01-10 11:41:34 sondberg Exp $
+/* $Id: search.js,v 1.13 2007-01-10 11:42:17 sondberg Exp $
* ---------------------------------------------------
* Javascript container
*/
@@
-329,7
+329,7
@@
function show_termlist()
if (namen[0])
var refine_cell = create_element('a',
namen[0].childNodes[0].nodeValue);
- refine_cell.setAttribute('href', '#hejsa');
+ refine_cell.setAttribute('href', '#');
refine_cell.setAttribute('onclick', 'refine_query(this)');
body.appendChild(refine_cell);