Bug 1598041 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

```
e("result_select_" + alt.type).configIncoming = alt;
```
I also got a `e(...) is null` error on this line in bug 1592258.
```
e("result_select_" + alt.type).configIncoming = alt;
```
I also got a `e(...) is null` error on this line (during my testing of bug 1592258), if I had options before and they are no longer available.

Back to Bug 1598041 Comment 1