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:
0fca217
)
Right styling of selected item in pager.
rather.stable.2007.01.11
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 11 Jan 2007 13:31:31 +0000
(13:31 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 11 Jan 2007 13:31:31 +0000
(13:31 +0000)
www/demo/search.js
patch
|
blob
|
history
diff --git
a/www/demo/search.js
b/www/demo/search.js
index
e4f6dab
..
bce9e79
100644
(file)
--- a/
www/demo/search.js
+++ b/
www/demo/search.js
@@
-1,4
+1,4
@@
-/* $Id: search.js,v 1.20 2007-01-11 12:47:19 sondberg Exp $
+/* $Id: search.js,v 1.21 2007-01-11 13:31:31 sondberg Exp $
* ---------------------------------------------------
* Javascript container
*/
@@
-169,8
+169,8
@@
function make_pager (hits, offset, max) {
page_elem.className = 'select';
}
- page_elem.setAttribute('href', '#');
page_elem.setAttribute('off', off);
+ page_elem.style.cursor = 'pointer';
page_elem.onclick = function () {
update_offset(this.getAttribute('off'));
};