updating docs

This commit is contained in:
afeiszli
2021-11-16 22:39:28 -05:00
parent aac6837147
commit e0d876ccbc
55 changed files with 774 additions and 1953 deletions

View File

@@ -301,12 +301,14 @@ var Documentation = {
window.location.href = prevHref;
return false;
}
break;
case 39: // right
var nextHref = $('link[rel="next"]').prop('href');
if (nextHref) {
window.location.href = nextHref;
return false;
}
break;
}
}
});