This commit is contained in:
daarond
2015-05-21 11:45:15 -05:00
52 changed files with 150 additions and 169 deletions

View File

@@ -414,6 +414,7 @@ Code.init = function() {
function(name_) {return function() {Code.tabClick(name_);};}(name));
}
onresize();
// Lazy-load the syntax-highlighting.
window.setTimeout(Code.importPrettify, 1);
};