Updated docs

This commit is contained in:
Rhet Turnbull
2021-09-12 17:31:15 -07:00
parent 3cd26e2e38
commit 773dca8494
18 changed files with 118 additions and 66 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;
}
}
});