mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:10:41 +02:00
tabs
This commit is contained in:
parent
09ccd3acf0
commit
39b3e5a711
1 changed files with 3 additions and 3 deletions
|
@ -269,9 +269,9 @@ For usage and examples: colpick.com/plugin
|
||||||
},
|
},
|
||||||
// Show/hide the color picker
|
// Show/hide the color picker
|
||||||
show = function (ev) {
|
show = function (ev) {
|
||||||
if ($(this).attr('disabled')) {
|
if ($(this).attr('disabled')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Prevent the trigger of any direct parent
|
// Prevent the trigger of any direct parent
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
var cal = $('#' + $(this).data('colpickId'));
|
var cal = $('#' + $(this).data('colpickId'));
|
||||||
|
|
Loading…
Reference in a new issue