Skip to content

Commit

Permalink
CONCD-919 Change transcription box message on reserved asset pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Sep 10, 2024
1 parent 4bd3254 commit ceeaea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions concordia/static/js/src/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,5 +793,9 @@ window.addEventListener('beforeunload', function (event) {
"The transcription you've started has not been saved.");
}
});
$('#asset-reservation-failure-modal').click(function () {
document.getElementById('transcription-input').placeholder =
'Someone else is already transcribing this page';
});

setupPage();

0 comments on commit ceeaea6

Please sign in to comment.