()
| 67 | } |
| 68 | |
| 69 | onShow() { |
| 70 | super.onShow(); |
| 71 | if (prefs.security.display_decrypted == DISPLAY_INLINE && !this.dDialog) { |
| 72 | this.inlineDialog(); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | inlineDialog() { |
| 77 | this.dDialog = document.createElement('iframe'); |
nothing calls this directly
no test coverage detected