Changes between Initial Version and Version 1 of Ticket #16695, comment 6

Timestamp:
03/01/11 18:20:18 (2 years ago)
Author:
garyc40
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16695, comment 6

    initial v1  
    77* Code duplication is addressed. Reduce total lines from 579 to 384. 
    88 
    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. 
    1010 
    1111* Everything is properly namespaced, i.e. no more cluttered global scope.