Changeset 2450941
- Timestamp:
- 01/05/2021 11:01:40 PM (5 years ago)
- File:
-
- 1 edited
-
lead-call-buttons/trunk/lead-call-button-frame.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lead-call-buttons/trunk/lead-call-button-frame.php
r1440996 r2450941 167 167 colorPicker.farbtastic("#'. $el_id .'"); 168 168 colorPicker.hide(); 169 $("#'. $el_id .'"). live("focus", function(){169 $("#'. $el_id .'").on("focus", function(){ 170 170 colorPicker.show(); 171 171 }); 172 $("#'. $el_id .'"). live("blur", function(){172 $("#'. $el_id .'").on("blur", function(){ 173 173 colorPicker.hide(); 174 174 if($(this).val() == "") $(this).val("#");
Note: See TracChangeset
for help on using the changeset viewer.