Path : /hermes/bosweb/b1705/reserva.events/menu/src/js/modules/ |
Current < : /hermes/bosweb/b1705/reserva.events/menu/src/js/modules/custom-control.js |
const CustomControl = { init($context) { const $icon = $('<svg class="icon" x="0px" y="0px" viewBox="0 0 32 32"><path stroke-dasharray="19.79 19.79" stroke-dashoffset="19.79" fill="none" stroke="#FFFFFF" stroke-width="4" stroke-linecap="square" stroke-miterlimit="10" d="M9,17l3.9,3.9c0.1,0.1,0.2,0.1,0.3,0L23,11"/></svg>') $('.custom-control-indicator', $context || 'body').html($icon) } } export default CustomControl