pull/1109/head
Abdullah Almsaeed 2016-07-01 12:13:44 -04:00
parent 688631379b
commit 35dacb3f97
1 changed files with 2 additions and 0 deletions

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'));
});