Changed 'Any Provider' option symbols to dashes.

This commit is contained in:
Alex Tselegidis 2015-12-10 23:35:33 +01:00
parent de872cfc36
commit 8dd6a4a4e3
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ var FrontendBook = {
// Add the "Any Provider" entry. // Add the "Any Provider" entry.
if ($('#select-provider option').length >= 1) { 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'));
} }