IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
113 | 113 | inputs.url.val( ed.dom.getAttrib(e, 'href') ); |
114 | 114 | inputs.title.val( ed.dom.getAttrib(e, 'title') ); |
115 | 115 | // Set open in new tab. |
116 | | if ( "_blank" == ed.dom.getAttrib(e, 'target') ) |
117 | | inputs.openInNewTab.prop('checked', true); |
| 116 | inputs.openInNewTab.prop('checked', ( "_blank" == ed.dom.getAttrib( e, 'target' ) ) ); |
118 | 117 | // Update save prompt. |
119 | 118 | inputs.submit.val( wpLinkL10n.update ); |
120 | 119 | |