Changeset 4974ff
- Timestamp:
- Sep 29, 2007, 9:44:51 PM (13 years ago)
- Branches:
- master
- Children:
- 00e70a
- Parents:
- 11aa72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/v_identity.js
r11aa72 r4974ff 244 244 awTabFromRecipient = function (element, event) { 245 245 vI.replacement_functions.awTabFromRecipient(element, event); } 246 247 //~ old_onblur = document.getElementById("addressingWidget").onblur 248 //~ document.getElementById("addressingWidget").onblur = old_onblur + 249 //~ "; vI_notificationBar.dump('## v_identity: awOnBlur\n'); vI.readVirtualIdentity(element);" 250 246 251 247 gMsgCompose.RegisterStateListener(vI.ComposeStateListener); 252 248 window.removeEventListener("load", vI.init, false);
Note: See TracChangeset
for help on using the changeset viewer.