Changeset 8357
- Timestamp:
- 07/16/08 20:58:44 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js
r8313 r8357 80 80 for ( i = 0; i < styles.length; i++ ) { 81 81 var url = styles.item(i).href; 82 if ( url && url.indexOf('colors -') != -1 )82 if ( url && url.indexOf('colors') != -1 ) 83 83 document.write( '<link rel="stylesheet" href="'+url+'" type="text/css" media="all" />' ); 84 84 }
