mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Adding custom invoice colors
This commit is contained in:
parent
3e26880561
commit
eebcdf57c0
@ -51,6 +51,7 @@
|
|||||||
showInitial: false,
|
showInitial: false,
|
||||||
showInput: true,
|
showInput: true,
|
||||||
allowEmpty: true,
|
allowEmpty: true,
|
||||||
|
clickoutFiresChange: true,
|
||||||
};
|
};
|
||||||
$('#primary_color').spectrum(options);
|
$('#primary_color').spectrum(options);
|
||||||
$('#secondary_color').spectrum(options);
|
$('#secondary_color').spectrum(options);
|
||||||
|
Loading…
Reference in New Issue
Block a user