fixed issue #25
This commit is contained in:
@@ -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()
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user