Skip to content

Commit 53795d6

Browse files
authored
Merge pull request #475 from krguptaa/develop
Fix the tinymce Issue
2 parents e0ed1f1 + 0f38af3 commit 53795d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/js/backend/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ var Backend = {}; // common variable used in all the files of the backend
608608
selector: 'textarea',
609609
height: 200,
610610
width: 725,
611-
theme: 'modern',
611+
theme: 'silver',
612612
plugins: [
613613
'advlist autolink lists link image charmap print preview hr anchor pagebreak',
614614
'searchreplace wordcount visualblocks visualchars code fullscreen',

public/js/frontend/frontend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var Backend = {
3131
selector: 'textarea',
3232
height: 200,
3333
width: 725,
34-
theme: 'modern',
34+
theme: 'silver',
3535
plugins: [
3636
'advlist autolink lists link image charmap print preview hr anchor pagebreak',
3737
'searchreplace wordcount visualblocks visualchars code fullscreen',

public/js/frontend/frontend.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)