fixed right instance name for staticpage textareas

This commit is contained in:
Ian 2013-05-22 12:29:57 +02:00
parent a5a5b7bb25
commit 63a8237d4d

View file

@ -246,7 +246,7 @@ if (window.jQuery && typeof(CKEDITOR) != 'undefined') { jQuery(function ($) {
})
.mouseout(function() {
if (mouse_button) {
drop_handler($(this)[0].outerHTML, '<?php echo $txtarea; ?>');
drop_handler($(this)[0].outerHTML, '<?php echo $cke_txtarea; ?>');
mouse_button = false;
}
});