Changeset d357c7
- Timestamp:
- Apr 5, 2017, 1:31:43 PM (4 years ago)
- Branches:
- ng_0.9
- Children:
- c5112d
- Parents:
- d5bf20
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
content/vI_rdfDataEditor_dataExtrasOverlay.xul
rd5bf20 rd357c7 74 74 <menulist id="maileditCharsetMenu"> 75 75 <menupopup id="charsetPopup" 76 onpopupshowing="CharsetMenu.build(this, false, false);"/>76 onpopupshowing="CharsetMenu.build(this, true, false);"/> 77 77 </menulist> 78 78 </hbox> -
modules/identityDataExtras/characterEncoding.js
rd5bf20 rd357c7 104 104 // ---------------------------------------------------------------------------------- 105 105 else { 106 CharsetMenu.build(this._currentWindow.document.getElementById("charsetPopup"), false, false)106 CharsetMenu.build(this._currentWindow.document.getElementById("charsetPopup"), true, false) 107 107 if (this.value != null) { 108 108 let menu = this._currentWindow.document.getElementById("maileditCharsetMenu");
Note: See TracChangeset
for help on using the changeset viewer.