Changeset d10ccd
- Timestamp:
- Oct 6, 2009, 1:46:19 PM (11 years ago)
- Branches:
- lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
- Children:
- 50eb43
- Parents:
- a5b5e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_storageExtras.js
ra5b5e2 rd10ccd 389 389 } 390 390 else { // TB 3.x 391 doEncryptElem.setAttribute("checked", this.value);392 doEncryptElem.doCommand();391 if (doEncryptElem.getAttribute("checked") != this.value) 392 doEncryptElem.doCommand(); // means toggleEncryptCommand() 393 393 } 394 394 },
Note: See TracChangeset
for help on using the changeset viewer.