Skip to content

Commit

Permalink
Update wymeditor to rc1 including some other fixes from jonatan lundi…
Browse files Browse the repository at this point in the history
…s to fix cursor position in firefox.
  • Loading branch information
parndt committed May 21, 2010
1 parent 91eb032 commit 2422358
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 125 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/javascripts/refinery/boot_wym.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ var wymeditor_boot_options = $.extend({
,{'name': 'Italic', 'title': 'Emphasis', 'css': 'wym_tools_emphasis'}
,{'name': 'InsertOrderedList', 'title': 'Ordered_List', 'css': 'wym_tools_ordered_list'}
,{'name': 'InsertUnorderedList', 'title': 'Unordered_List', 'css': 'wym_tools_unordered_list'}
/*,{'name': 'Indent', 'title': 'Indent', 'css': 'wym_tools_indent'}
,{'name': 'Outdent', 'title': 'Outdent', 'css': 'wym_tools_outdent'}
,{'name': 'Undo', 'title': 'Undo', 'css': 'wym_tools_undo'}
,{'name': 'Redo', 'title': 'Redo', 'css': 'wym_tools_redo'}*/
,{'name': 'CreateLink', 'title': 'Link', 'css': 'wym_tools_link'}
,{'name': 'Unlink', 'title': 'Unlink', 'css': 'wym_tools_unlink'}
,{'name': 'InsertImage', 'title': 'Image', 'css': 'wym_tools_image'}
Expand Down

0 comments on commit 2422358

Please sign in to comment.