forked from mirrors/easyappointments
Changed 'Any Provider' option symbols to dashes.
This commit is contained in:
parent
de872cfc36
commit
8dd6a4a4e3
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ var FrontendBook = {
|
|||
|
||||
// Add the "Any Provider" entry.
|
||||
if ($('#select-provider option').length >= 1) {
|
||||
$('#select-provider').append(new Option(EALang['any_provider'] + ' *', 'any-provider'));
|
||||
$('#select-provider').append(new Option('- ' +EALang['any_provider'] + ' -', 'any-provider'));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue