Changeset 19812
- Timestamp:
- 09/24/08 17:30:08 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/exdomstorage/trunk/sample/sample.js
r19810 r19812 34 34 rm_a.href = "javascript:void(0);"; 35 35 rm_a.innerHTML = "remove"; 36 rm_a.attachEvent("onclick", function() {36 attach(rm_a, "click", function() { 37 37 storage.removeItem(key); 38 38 });
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)