mirror of https://github.com/ColorlibHQ/AdminLTE
Fix issue #1091
parent
688631379b
commit
35dacb3f97
|
@ -288,6 +288,8 @@
|
||||||
|
|
||||||
//Add the change skin listener
|
//Add the change skin listener
|
||||||
$("[data-skin]").on('click', function (e) {
|
$("[data-skin]").on('click', function (e) {
|
||||||
|
if($(this).hasClass('knob'))
|
||||||
|
return;
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
change_skin($(this).data('skin'));
|
change_skin($(this).data('skin'));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue