Bad console.log! Bad!

This commit is contained in:
Eston Bond
2010-11-01 15:53:06 -07:00
parent b4006ec007
commit 402eb2edaa
3 changed files with 16 additions and 10 deletions
+2 -5
View File
@@ -30,14 +30,14 @@
<div id="gollum-editor-function-bar">
<a href="#" id="function-bold" class="function-button">Bold</a>
<a href="#" id="function-italic" class="function-button">Italic</a>
<a href="#" id="function-underline" class="function-button">
Underline</a>
<a href="#" id="function-code" class="function-button">Code</a>
<span class="function-divider">&nbsp;</span>
<a href="#" id="function-ul" class="function-button">Unordered List</a>
<a href="#" id="function-ol" class="function-button">Ordered List</a>
<a href="#" id="function-blockquote" class="function-button">
Blockquote</a>
<a href="#" id="function-hr" class="function-button">Horizontal Rule</a>
<span class="function-divider">&nbsp;</span>
<a href="#" id="function-link" class="function-button">Link</a>
<a href="#" id="function-image" class="function-button">Image</a>
@@ -52,9 +52,6 @@
</div>
</div>
</div>
<div id="footer">
<p id="last-edit">Last edited by <span class="username">username</span>, 13:20:21 GMT</p>
</div>
</div>
<script type="text/javascript" src="js/jquery.js"></script>