Wysiwyg 5.x-2.x, xxxx-xx-xx
---------------------------
+#403728 by jfduchesneau: Fixed none.js breaks if textarea.js is not loaded.
#325657 by elgreg: Fixed blog form alteration must only apply to Blog module.
#454992 by sun: Fixed drupal_get_js() query string 'q' breaks plugin loading.
#419696 by sun: Fixed native plugins plugins are not loaded for all profiles.
if (params.resizable) {
$('#' + params.field).addClass('resizable');
$('#' + params.field).css({display: ''});
- Drupal.textareaAttach();
+ if (Drupal.textareaAttach) {
+ Drupal.textareaAttach();
+ }
}
};
/**
* Detach a single or all editors.
*
- * See Drupal.wysiwyg.editor.attach.none() for a full desciption of arguments.
- *
* @param context
* A DOM element, supplied by Drupal.attachBehaviors().
* @param params