diff --git a/OConnor/resources/views/BloodCalendar.html b/OConnor/resources/views/BloodCalendar.html index f396015f..2903e7e2 100644 --- a/OConnor/resources/views/BloodCalendar.html +++ b/OConnor/resources/views/BloodCalendar.html @@ -280,7 +280,12 @@ theWindow.show(); } - + +LABKEY.Utils.onReady(function(){ + document.getElementById('previousButton')['onclick'] = previous; + document.getElementById('nextButton')['onclick'] = next; + document.getElementById('jumpButton')['onclick'] = jump; +});
- + | - + | - + | |
*Unsubmitted |