Browse Source

Added zepto example

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

+ 1
- 3
examples/client_zepto.html View File

69
 </script>
69
 </script>
70
 </head>
70
 </head>
71
 <body>
71
 <body>
72
-<div id="PostListDiv">
73
-	<span>Loading...</span>
74
-</div>
72
+<div id="PostListDiv">Loading...</div>
75
 </body>
73
 </body>
76
 </html>
74
 </html>

Loading…
Cancel
Save