You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple editors all end up with the same hidden text area id.
The setContentArea function needs to be change from:
var id = $('body').find('.jquery-editor').length + 1;
To:
var id = $('body').find('.jquery-notebook').length + 1;
The text was updated successfully, but these errors were encountered:
Multiple editors all end up with the same hidden text area id.
The setContentArea function needs to be change from:
var id = $('body').find('.jquery-editor').length + 1;
To:
var id = $('body').find('.jquery-notebook').length + 1;
The text was updated successfully, but these errors were encountered: