Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ANorwell committed Jun 11, 2011
1 parent bc5ef92 commit 06e2849
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions js/shared.js
Expand Up @@ -26,9 +26,9 @@ function drawMenu() {
document.write('<script type="text/javascript" src="js/canvas.js"></script>'); document.write('<script type="text/javascript" src="js/canvas.js"></script>');
//document.write( ' <a id="canvasSize" onClick="canvasSize()">+</a>' ); //document.write( ' <a id="canvasSize" onClick="canvasSize()">+</a>' );


document.write( ' <br/> ' ) document.write( ' <br/> ' );


document.write( ' <a class="menutext" href="/">Blog</a><br/> '); document.write( ' <a class="menutext" href="/">Blog</a><br/> ');
document.write( ' <a class="menutext" href="listen.html">Music</a><br/> '); document.write( ' <a class="menutext" href="listen.html">Music</a><br/> ');
document.write( ' <a class="menutext" href="projects.html">Projects</a><br/> '); document.write( ' <a class="menutext" href="projects.html">Projects</a><br/> ');
document.write( ' <a class="menutext" href="about.html">About</a><br/> '); document.write( ' <a class="menutext" href="about.html">About</a><br/> ');
Expand Down Expand Up @@ -193,16 +193,12 @@ function emitComments(id) {
}); });


var href = 'http://anorwell.com/?id=' + id; var href = 'http://anorwell.com/?id=' + id;


$(gWrapper).append('<div id="fb-root"></div>'); $(gWrapper).append('<div id="fb-root"></div>');
$(gWrapper).append('<div class="comments">' + $(gWrapper).append('<div class="comments">' +

'<fb:like href="' + href +
'<fb:like href="' + href + '" send="true" width="500" show_faces="true" font="arial"></fb:like>' +
'" send="true" width="500" show_faces="true" font="arial"></fb:like>' + ' <fb:comments href="' + href +

'" num_posts="5" width="500"></fb:comments>' +
' <fb:comments href="' + href +
'" num_posts="5" width="500"></fb:comments>' +
'</div>'); '</div>');
} }
} }
Expand Down

0 comments on commit 06e2849

Please sign in to comment.