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:
bb42e08
)
Fix MKWS-305.
author
Mike Taylor
<mike@indexdata.com>
Thu, 23 Oct 2014 10:25:58 +0000
(11:25 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 23 Oct 2014 10:26:28 +0000
(11:26 +0100)
Replace old _id and _onclick actions with detailLinkId and detailClick.
examples/htdocs/images.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/images.html
b/examples/htdocs/images.html
index
3f70599
..
8960535
100644
(file)
--- a/
examples/htdocs/images.html
+++ b/
examples/htdocs/images.html
@@
-9,7
+9,7
@@
<script class="mkws-template-Records" type="text/x-handlebars-template">
{{#each hits}}
<div class="{{containerClass}}">
- <a href="#" id="{{_id}}" onclick="{{_onclick}}">
+ <a href="#" id="{{detailLinkId}}" onclick="{{detailClick}}">
{{#each md-thumburl}}
<img src="{{this}}" alt="{{../md-title}}"/>
{{/each}}