Zeile 33 | Zeile 33 |
---|
</tr> {$contact_fields['skype']} {$contact_fields['google']}
|
</tr> {$contact_fields['skype']} {$contact_fields['google']}
|
{$contact_fields['yahoo']}
| |
{$contact_fields['icq']} <tr> <td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>
| {$contact_fields['icq']} <tr> <td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>
|
Zeile 108 | Zeile 107 |
---|
}, });
|
}, });
|
$('[for=username]').click(function(){
| $('[for=username]').on('click', function(){
|
$("#username").select2('open'); return false; });
| $("#username").select2('open'); return false; });
|