Remove erroneous mkws-template_underscore and fix demos. MKWS-294
[mkws-moved-to-github.git] / examples / htdocs / images.html
index 3f70599..6d4f8c8 100644 (file)
@@ -6,10 +6,10 @@
     <title>MKWS demo: Images</title>
     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
     <script type="text/javascript" src="//x.mkws.indexdata.com/mkws-complete.js"></script>
-    <script class="mkws-template-Records" type="text/x-handlebars-template">
+    <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}}