Skip to content

Commit

Permalink
DGIR-116: Copy citation button
Browse files Browse the repository at this point in the history
  • Loading branch information
bibliophileaxe committed Dec 5, 2023
1 parent da37a77 commit 61be835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/SelectCslForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {

$form['actions']['submit'] = [
'#type' => 'button',
'#value' => $this->t('Copy Citation'),
'#value' => $this->t('Copy to Clipboard'),
'#attributes' => [
'onclick' => 'return false;',
'class' => ['clipboard-button'],
Expand Down

0 comments on commit 61be835

Please sign in to comment.