Explorar el Código

Handlebars examples

Maurits van der Schee hace 8 años
padre
commit
8af74a62f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      examples/client_handlebars.html

+ 1
- 1
examples/client_handlebars.html Ver fichero

@@ -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…
Cancelar
Guardar