Changes between Initial Version and Version 1 of Ticket #16695, comment 6
- Timestamp:
- 03/01/2011 06:20:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16695, comment 6
initial v1 7 7 * Code duplication is addressed. Reduce total lines from 579 to 384. 8 8 9 * Unobtrusive JavaScript such as `document.write()` or `onclick="edInsertButton(...)"` is not used.9 * ~~Unobtrusive~~ Obtrusive JavaScript such as `document.write()` or `onclick="edInsertButton(...)"` is not used. 10 10 11 11 * Everything is properly namespaced, i.e. no more cluttered global scope.