comparison index.xhtml @ 4:f630f4b90564

Remove the old log system and use console.log instead.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 19 Sep 2011 01:51:12 -0700
parents 2e2a2154efbb
children d67380657687
comparison
equal deleted inserted replaced
3:2e2a2154efbb 4:f630f4b90564
42 </nav> 42 </nav>
43 </header> 43 </header>
44 44
45 <section id="messages"/> 45 <section id="messages"/>
46 46
47 <section hidden="">
48 <h2>logs</h2>
49 <div id="log"></div>
50 </section>
51
52 <footer/> 47 <footer/>
53 48
54 <script type="application/ecmascript" src="blog.js"/> 49 <script type="application/ecmascript" src="blog.js"/>
55 </body> 50 </body>
56 </html> 51 </html>