Skip to content

issue 123: can't have multiple editors#124

Open
jasonhoule wants to merge 2 commits into
raphaelcruzeiro:masterfrom
jasonhoule:master
Open

issue 123: can't have multiple editors#124
jasonhoule wants to merge 2 commits into
raphaelcruzeiro:masterfrom
jasonhoule:master

Conversation

@jasonhoule

Copy link
Copy Markdown

Multiple editors all referenced the same hidden textarea.

Changed setContentArea function from:
var id = $('body').find('.jquery-editor').length + 1;
To:
var id = $('body').find('.jquery-notebook').length + 1;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant