mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +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 = function (ev) {
|
||||
if ($(this).attr('disabled')) {
|
||||
return;
|
||||
}
|
||||
if ($(this).attr('disabled')) {
|
||||
return;
|
||||
}
|
||||
// Prevent the trigger of any direct parent
|
||||
ev.stopPropagation();
|
||||
var cal = $('#' + $(this).data('colpickId'));
|
||||
|
|
Loading…
Reference in a new issue