From f89759a911d1922c27fab5293d4c0ada8f4e3433 Mon Sep 17 00:00:00 2001 From: josedvq Date: Mon, 18 Sep 2017 22:50:06 +0200 Subject: [PATCH] Fixing silly name mistake. --- js/colpick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/colpick.js b/js/colpick.js index 927776f..3c0ef31 100644 --- a/js/colpick.js +++ b/js/colpick.js @@ -328,7 +328,7 @@ For usage and examples: colpick.com/plugin var options = $.extend({}, opt); options.origColor = opt.color; //Generate and assign a random ID - var id = 'collorpicker_' + getUniqueID(); + var id = 'colorpicker_' + getUniqueID(); $(this).data('colpickId', id); //Set the tpl's ID and get the HTML var cal = $(tpl).attr('id', id);