Ticket #6791: 6791.patch
File 6791.patch, 520 bytes (added by , 14 years ago) |
---|
-
_source/core/editor_basic.js
97 97 { 98 98 // Look for the element by id. We accept any kind of element here. 99 99 element = document.getElementById( elementOrIdOrName ); 100 if ( element.tagName.toLowerCase() == 'meta' ) 101 element = null; 100 102 101 103 // If not found, look for elements by name. In this case we accept only 102 104 // textareas.