This commit is contained in:
Abdullah Almsaeed 2016-07-01 12:13:44 -04:00
parent 688631379b
commit 35dacb3f97

2
dist/js/demo.js vendored
View file

@ -288,6 +288,8 @@
//Add the change skin listener
$("[data-skin]").on('click', function (e) {
if($(this).hasClass('knob'))
return;
e.preventDefault();
change_skin($(this).data('skin'));
});