Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion views/admin/index/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// See http://www.tinymce.com/forum/viewtopic.php?id=24539
media_strict: false,
// General configuration:
convert_urls: false,
convert_urls: false
});
// Add or remove TinyMCE control.
jQuery('#simple-pages-use-tiny-mce').click(function() {
Expand Down
2 changes: 1 addition & 1 deletion views/admin/index/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// See http://www.tinymce.com/forum/viewtopic.php?id=24539
media_strict: false,
// General configuration:
convert_urls: false,
convert_urls: false
});
// Add or remove TinyMCE control.
jQuery('#simple-pages-use-tiny-mce').click(function() {
Expand Down