File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ jQuery.noConflict();
52
52
, SELECTOR_GTT_EDIT = 'div.goog-splitpane-second-container' // GTT editor
53
53
, SELECTOR_MAILCHIMP_EDIT = 'iframe.cke_wysiwyg_frame' // Mailchimp web editor
54
54
, SELECTOR_OUTLOOK_EDIT = '#ComposeRteEditor_surface' // Outlook web editor
55
- , SELECTOR_EVERNOTE_EDIT = 'gwt-debug-noteEditor' // Evernote web note editor
55
+ , SELECTOR_EVERNOTE_EDIT = 'gwt-debug-NoteContentEditorView-root' // Evernote web note editor
56
56
, SELECTOR_BASECAMP_EDIT = 'iframe.wysihtml5-sandbox' // Basecamp message editor
57
57
, SELECTOR_ATLASSIAN_EDIT = 'iframe#wysiwygTextarea_ifr' // Confluence editor
58
58
;
@@ -900,15 +900,6 @@ jQuery.noConflict();
900
900
// Special cases
901
901
var domain = $iframe . contents ( ) . get ( 0 ) . location . host ;
902
902
debugLog ( 'iframe location:' , domain ) ;
903
-
904
- // Special Evernote case
905
- if ( EVERNOTE_DOMAIN_REGEX . test ( domain ) )
906
- {
907
- $iframe . contents ( ) . find ( SELECTOR_EDITABLE_BODY )
908
- . on ( EVENT_NAME_KEYPRESS , keyPressHandler ) ;
909
- $iframe . contents ( ) . find ( SELECTOR_EDITABLE_BODY )
910
- . on ( EVENT_NAME_KEYUP , keyUpHandler ) ;
911
- }
912
903
}
913
904
else
914
905
{
You can’t perform that action at this time.
0 commit comments