4 lines
63 B
JavaScript
Raw Normal View History

2015-12-13 16:34:12 +07:00
$(function () {
eval($('#code').text());
prettyPrint();
});