Changeset 2
- Timestamp:
- 05/20/08 14:20:45 (5 months ago)
- Files:
-
- chrome/songbee/playlist-list.xul (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
chrome/songbee/playlist-list.xul
r1 r2 70 70 } 71 71 ); 72 description = description.replace(/ \| $/, "");72 description.replace(/ \| $/, ""); 73 73 pldesc.appendChild(document.createTextNode(description)); 74 74 }
