mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Uncheck PHP after enable TinyMCE
This needs to be rewritten anyway
This commit is contained in:
parent
3fb9b1ae2f
commit
193e18523d
@ -66,7 +66,8 @@
|
||||
if (!this.checked) {
|
||||
tinymce.remove('#editor');
|
||||
} else {
|
||||
if (tinymce.get('#editor')!== null){
|
||||
$('#php').prop('checked', false);
|
||||
if (tinymce.get('#editor')!== null) {
|
||||
tinymce.activeEditor.show();
|
||||
} else {
|
||||
tinymceInit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user