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:
4a8888e
)
Removed Arrow on list elements
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 24 Nov 2011 09:11:01 +0000
(10:11 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 24 Nov 2011 09:11:01 +0000
(10:11 +0100)
www/iphone/example_client.js
patch
|
blob
|
history
diff --git
a/www/iphone/example_client.js
b/www/iphone/example_client.js
index
68ad93e
..
f2c538a
100644
(file)
--- a/
www/iphone/example_client.js
+++ b/
www/iphone/example_client.js
@@
-233,7
+233,7
@@
function my_onshow(data) {
var lines = 0;
if (i == recToShow)
style = ' style="display:none" ';
- html.push('<li class="img arrow" id="' + recDivID + '" ' + style + '>' );
+ html.push('<li class="img" id="' + recDivID + '" ' + style + '>' );
html.push('<a class="img" href="#' + i + '" id="rec_'+hit.recid + '" onclick="showDetails(this.id);return false;" >');
if (1) {
var useThumbnails = hit["md-use_thumbnails"];