Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Apr 23, 2015
1 parent ee7a7f0 commit 974a64a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ function drawJobTimeline(groupArray, eventObjArray) {
});
}

function setupJobEntryLink(id, timeline) {
$(id +'')
}

function setupZoomable(id, timeline) {
$(id + '>input[type="checkbox"]').click(function() {
if (this.checked) {
Expand Down

0 comments on commit 974a64a

Please sign in to comment.