fixed issue #25

This commit is contained in:
Ken Johnson
2013-06-10 15:27:21 -04:00
parent 5ea8006fc1
commit 56381fe318
4 changed files with 18 additions and 11 deletions
+3 -1
View File
@@ -29,6 +29,8 @@
//= require jquery.easy-pie-chart.js
function rubyCodeFormat() {
$("pre.ruby").snippet("ruby",{style:"rand01",transparent:true,showNum:true});
// Finds <pre> elements with the class "js"
@@ -41,4 +43,4 @@ $("pre.ruby").snippet("ruby",{style:"rand01",transparent:true,showNum:true});
$(document).ready(function(){
rubyCodeFormat()
});
});