Skip to content

Instantly share code, notes, and snippets.

@mjbradford89
Created February 5, 2015 23:20
Show Gist options
  • Save mjbradford89/b31077550b580af0b358 to your computer and use it in GitHub Desktop.
Save mjbradford89/b31077550b580af0b358 to your computer and use it in GitHub Desktop.
//When using simple editor in blogs
function _161_OnDescriptionEditorInit() {
document.getElementById('_161_descriptionEditor').setAttribute('contenteditable', false);
}
//Generates the error
//Uncaught TypeError: Cannot read property 'setAttribute' of null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment