Skip to content

Commit

Permalink
Merge pull request #323 from fmorote/master
Browse files Browse the repository at this point in the history
Use onchange instead of onkeyup event
  • Loading branch information
SamMousa committed Nov 17, 2015
2 parents 687ae67 + baaa22a commit 2e366c7
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 gT("Token",'html',$sDataEntryLanguage); ?>:</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' oninput='activateSubmit(this);' />
</td>
</tr>

Expand Down

0 comments on commit 2e366c7

Please sign in to comment.