Changeset 366
- Timestamp:
- 01/26/2010 11:22:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/js/transposhedit.js
r364 r366 342 342 'padding': '0px' 343 343 }); 344 if (jQuery(this).attr('source')) { 344 if (jQuery(this).attr('source') === '0') { 345 img.addClass('tr-icon-green'); 346 } 347 else if (jQuery(this).attr('source')) { 345 348 img.addClass('tr-icon-yellow'); 346 }347 else if (jQuery(this).attr('source') === '0') {348 img.addClass('tr-icon-green');349 349 } 350 350 // if the image is sourced from a hidden element - kindly "show" this
Note: See TracChangeset
for help on using the changeset viewer.
