File tree Expand file tree Collapse file tree 8 files changed +210
-79
lines changed
Expand file tree Collapse file tree 8 files changed +210
-79
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ disqus_short_name: designenthusiast
1616 %link (href ="/stylesheets/screen.css" rel ="stylesheet" media ="screen projection" type ="text/css" )
1717 %link (href ="/atom.xml" rel ="alternate" title ="#{page.blog_title}" type ="application/atom+xml" )
1818 %script (src ="/javascripts/mootools-yui-compressed.js" type ="text/javascript" )
19- %script (src ="/javascripts/jsonp.js" type ="text/javascript" )
20- %script (src ="/javascripts/twitter_gitter.js" type ="text/javascript" )
19+ %script (src ="/javascripts/mootools-1.2.4.2-more.js" type ="text/javascript" )
2120 %script (src ="/javascripts/twitter.js" type ="text/javascript" )
2221 %script (src ="http://www.google-analytics.com/ga.js" type ="text/javascript" )
2322 %body
@@ -66,7 +65,7 @@ disqus_short_name: designenthusiast
6665 %span .credit Powered by <a href="http://github.com/imathis/octopress/">Octopress</a>
6766 //Disqus Commens code
6867 :javascript
69- (function () {
68+ /* (function() {
7069 var links = document.getElementsByTagName('a');
7170 var query = '?';
7271 for(var i = 0; i < links.length; i++) {
@@ -75,7 +74,7 @@ disqus_short_name: designenthusiast
7574 }
7675 }
7776 document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/get_num_replies.js' + query + '"></' + 'script>');
78- })();
77+ })();*/
7978 //Google Analytics code
8079 :javascript
8180 try {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments