1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Adding custom invoice colors

This commit is contained in:
Hillel Coren 2014-04-29 23:51:15 +03:00
parent 3e26880561
commit eebcdf57c0

View File

@ -51,6 +51,7 @@
showInitial: false,
showInput: true,
allowEmpty: true,
clickoutFiresChange: true,
};
$('#primary_color').spectrum(options);
$('#secondary_color').spectrum(options);