Update API docs

This commit is contained in:
Garen Torikian 2012-08-17 12:27:56 -07:00
commit 17fcc42923
27 changed files with 1176 additions and 1186 deletions

View file

@ -9,14 +9,6 @@ $(function () {
if (window.addEventListener) window.addEventListener('load', loadCallback, true);
else window.attachEvent('load', loadCallback, true);
// sticky footer stuff
if ($('#mainContent').height() > $('#sidebarContainer').height()) {
$('#nonFooter').css( {
'min-height': '100%'
});
$('#nonFooter').height("auto");
}
function loadCallback(evt) {
var form = document.getElementById("searchbox");
var input = form.query;