Fix several RTL bugs.

This commit is contained in:
Neil Fraser
2015-05-19 12:02:34 -07:00
parent b21438e96e
commit 6fdab711b2
51 changed files with 148 additions and 168 deletions

View File

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