diff --git a/scripts/system/html/js/colpick.js b/scripts/system/html/js/colpick.js
index a078849ae3..505dd294d6 100644
--- a/scripts/system/html/js/colpick.js
+++ b/scripts/system/html/js/colpick.js
@@ -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'));