1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

add page flip

This commit is contained in:
ruanyf 2014-04-29 19:48:07 +08:00
parent 9ba539d7b5
commit b6d48677e3

View File

@ -48,9 +48,10 @@ function initialize() {
header.css('bottom', (-treshold)+'px');
lastScroll = newScroll;
}
}
function init_sidebar_section() {
$.get(ditto.sidebar_file, function(data) {
$(ditto.sidebar_id).html(marked(data));