ether / ep_file_menu_toolbar

File Menu Toolbar plugin for Etherpad
Other
4 stars 8 forks source link

Changed the 'Strikethrough' data-key to 'strikethrough' #2

Closed prurigro closed 10 years ago

prurigro commented 10 years ago

Strike-through wasn't working for me, so I took a peak and noticed it was the only data-key that wasn't all lower-case. I changed the 'S' to an 's' and now everything works great. I'm guessing some web server configurations aren't case-sensitive, or it likely would have been caught earlier :)

JohnMcLear commented 10 years ago

Cheers :)