Skip to content

Commit

Permalink
Fix wmd editor javascript and css error
Browse files Browse the repository at this point in the history
  • Loading branch information
reyesyang committed Jun 5, 2012
1 parent c62e227 commit bc3d8e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/wmd-editor.js
@@ -1,5 +1,5 @@
//= require wmd
//= require showdown
//= require wmd/wmd
//= require wmd/showdown

$(function() {
new WMDEditor({
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/wmd-editor.css
@@ -1,5 +1,5 @@
/*
*= require 'wmd'
*= require 'wmd/wmd'
*/

#wmd-button-bar {
Expand Down

0 comments on commit bc3d8e1

Please sign in to comment.