- Timestamp:
- Apr 5, 2016, 1:48:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_libs_/farbtastic/farbtastic.js
r72077 r96471 212 212 // Change linked value 213 213 $(fb.callback).each(function() { 214 if ( this.value&& this.value != fb.color) {214 if ((typeof this.value == 'string') && this.value != fb.color) { 215 215 this.value = fb.color; 216 216 }
Note: See TracChangeset
for help on using the changeset viewer.