Changeset 923
- Timestamp:
- 2008-03-31 06:49:42 (8 months ago)
- Files:
-
- branches/1.0.x/chrome/content/dta/addurl.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/chrome/content/dta/addurl.js
r916 r923 47 47 this.numIstance = num; 48 48 this.referrer = $('URLref').value, 49 this.description = window.arguments ? window.arguments[0] : '';49 this.description = window.arguments ? window.arguments[0].description : ''; 50 50 this.ultDescription = ''; 51 51 this.mask = Dialog.ddRenaming.value;
