Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use onchange instead of onkeyup event
Use onchange instead of onkeyup event, now copy&paste token activates submit button
  • Loading branch information
fmorote committed Jun 4, 2015
1 parent 4ee5f2e commit 2015f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/dataentry/caption_view.php
Expand Up @@ -28,7 +28,7 @@
<td valign='top' width='1%'></td>
<td valign='top' align='right' width='30%'><font color='red'>*</font><strong><?php echo $blang->gT("Token"); ?>:</strong></td>
<td valign='top' align='left' style='padding-left: 20px'>
<input type='text' id='token' name='token' onkeyup='activateSubmit(this);' />
<input type='text' id='token' name='token' onchange='activateSubmit(this);' />
</td>
</tr>

Expand Down

0 comments on commit 2015f9c

Please sign in to comment.