Skip to content

Commit

Permalink
re-add tabs click (#4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert authored Aug 8, 2019
1 parent 7613d2a commit 6d4a92d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/v2/js/grants/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,9 @@ const copyDuplicateDetails = () => {
});
});
};

$(document).ready(() => {
$('#grant-profile-tabs button').click(function() {
document.location = $(this).attr('href');
});
});

0 comments on commit 6d4a92d

Please sign in to comment.