We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c394c commit 5d5f1f6Copy full SHA for 5d5f1f6
js/admin.js
@@ -86,18 +86,7 @@ jQuery(function (){
86
});
87
88
89
- /* Color Picker
90
- var $color_inputs = jQuery("input.mfbfw_colorpicker");
91
- $color_inputs.each(function () {
92
- var $input = jQuery(this);
93
- var $pickerId = "#" + jQuery(this).attr("id") + "_picker";
94
- jQuery($pickerId).farbtastic($input);
95
- jQuery($input).click(function () {
96
- jQuery($pickerId).animate({opacity: "toggle", height: "toggle"}, 500)
97
- });
98
99
- */
100
-
+ // Color Picker
101
jQuery('.mfbfw_colorpicker').wpColorPicker();
102
103
})
0 commit comments