Parcourir la source

Added zepto example

Maurits van der Schee il y a 8 ans
Parent
révision
df63459368
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1
    3
      examples/client_zepto.html

+ 1
- 3
examples/client_zepto.html Voir le fichier

@@ -69,8 +69,6 @@ $(function(){ new PostList('#PostListDiv','#PostListTemplate'); });
69 69
 </script>
70 70
 </head>
71 71
 <body>
72
-<div id="PostListDiv">
73
-	<span>Loading...</span>
74
-</div>
72
+<div id="PostListDiv">Loading...</div>
75 73
 </body>
76 74
 </html>

Loading…
Annuler
Enregistrer