()
| 77 | } |
| 78 | |
| 79 | onShow() { |
| 80 | super.onShow(); |
| 81 | if (prefs.security.display_decrypted == DISPLAY_INLINE && !this.vDialog) { |
| 82 | this.inlineDialog(); |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | inlineDialog() { |
| 87 | this.vDialog = document.createElement('iframe'); |
no test coverage detected