fix: move `build directory to resources/shop`
This commit is contained in:
5
resources/shop/js/include/form/radio.js
Normal file
5
resources/shop/js/include/form/radio.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function initRadio()
|
||||
{
|
||||
$('input[type="radio"].custom-radio').uniform();
|
||||
$('.radio span').append('<i class="glyph-icon icon-circle"></i>');
|
||||
}
|
||||
Reference in New Issue
Block a user