sundasa
Results
1
comments of
sundasa
This can be fixed by just changing the **bootstrap.colorpickersliders.js** as follows: Tested for bootstrap 3.3.7 **NEED TO CHANGE:** ``` elements.swatches.on('touchstart mousedown click', 'li span', function(ev) { var color = $(this).css('background-color');...