Browse Source

Handlebars examples

Maurits van der Schee 8 years ago
parent
commit
8af74a62f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples/client_handlebars.html

+ 1
- 1
examples/client_handlebars.html View File

@@ -1,6 +1,6 @@
1 1
 <html>
2 2
 <head>
3
-<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.5/handlebars.runtime.js"></script>
3
+<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.5/handlebars.js"></script>
4 4
 <script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.1.6/zepto.min.js"></script>
5 5
 <script src="../lib/php_crud_api_transform.js"></script>
6 6
 <script id="PostListTemplate" type="text/mustache">

Loading…
Cancel
Save