Skip to content

Commit

Permalink
Use oninput instead of onchange event
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorote committed Jun 5, 2015
1 parent 2015f9c commit baaa22a
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' onchange='activateSubmit(this);' />
<input type='text' id='token' name='token' oninput='activateSubmit(this);' />
</td>
</tr>

Expand Down

0 comments on commit baaa22a

Please sign in to comment.