Fix MKWS-305.
authorMike Taylor <mike@indexdata.com>
Thu, 23 Oct 2014 10:25:58 +0000 (11:25 +0100)
committerMike 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

index 3f70599..8960535 100644 (file)
@@ -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}}