Remove zepto
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
$(document).ready(function() {
|
||||
$('pre').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
});
|
||||
var elems = document.getElementsByTagName("pre");
|
||||
for (var i = 0; i < elems.length; i++) {
|
||||
hljs.highlightBlock(elems[i]);
|
||||
}
|
||||
Reference in New Issue
Block a user