Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
And colorpicker is back
  • Loading branch information
Max Degterev committed Mar 19, 2012
1 parent 58c36fc commit 0648b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/javascript.js
Expand Up @@ -557,7 +557,7 @@ $(document).ready(function () {
} }


//create colorpicker //create colorpicker
colorPicker("b[i='s2Hex']", 'hex'); colorPicker("b[i='s2Hex'], b[i='lHex']", 'hex');


//track events via google analytics custom events //track events via google analytics custom events
$(document).on('click', 'b, #matrixbox', function(event) { $(document).on('click', 'b, #matrixbox', function(event) {
Expand Down

0 comments on commit 0648b41

Please sign in to comment.