Skip to content

Commit

Permalink
Fixed how-to guide close button being disabled after saving a transcr…
Browse files Browse the repository at this point in the history
…iption (#2512)
  • Loading branch information
joshuastegmaier committed Aug 28, 2024
1 parent 310bbdd commit d2a4c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concordia/static/js/src/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function unlockControls($container) {
// we want to unlock here
$container.find('button#open-guide').removeAttr('disabled');
$container.find('button#ocr-transcription-button').removeAttr('disabled');
$container.find('button#close-guide').removeAttr('disabled');
}

$(document).on('keydown', function (event) {
Expand Down

0 comments on commit d2a4c7b

Please sign in to comment.