mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Color picker UI fix
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2d9ff795e3
commit
55857c910a
|
@ -66,8 +66,13 @@
|
||||||
@section('moar_scripts')
|
@section('moar_scripts')
|
||||||
<!-- bootstrap color picker -->
|
<!-- bootstrap color picker -->
|
||||||
<script nonce="{{ csrf_token() }}">
|
<script nonce="{{ csrf_token() }}">
|
||||||
//color picker with addon
|
$(function() {
|
||||||
$(".color").colorpicker();
|
$('.color').colorpicker({
|
||||||
|
color: '#AA3399',
|
||||||
|
format: 'hex'
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue