mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 15:17:22 +00:00
Set default value to token. Fixes #299
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
545b3806e7
commit
76f43fa151
@ -55,7 +55,7 @@
|
||||
type="list"
|
||||
label="COM_PATCHTESTER_FIELD_GH_AUTH_LABEL"
|
||||
description="COM_PATCHTESTER_FIELD_GH_AUTH_DESC"
|
||||
default=""
|
||||
default="token"
|
||||
onchange="jQuery('#jform_gh_user, #jform_gh_password, #jform_gh_token').val('');"
|
||||
>
|
||||
<option value="">JNONE</option>
|
||||
|
Loading…
Reference in New Issue
Block a user