mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Ensure the color selection widget is not disabled when adding a new service (#1427)
This commit is contained in:
parent
73323c15d3
commit
49dcf21c10
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ App.Pages.Services = (function () {
|
|||
$services.find('.record-details .form-label span').prop('hidden', false);
|
||||
$filterServices.find('button').prop('disabled', true);
|
||||
$filterServices.find('.results').css('color', '#AAA');
|
||||
App.Components.ColorSelection.enable($color);
|
||||
|
||||
// Default values
|
||||
$name.val('Service');
|
||||
|
|
Loading…
Reference in a new issue