Skip to content

Commit

Permalink
backport the latest wymeditor from master in order to fully fix the i…
Browse files Browse the repository at this point in the history
…mage insert issue
  • Loading branch information
djones committed Oct 12, 2010
1 parent 8431dcf commit b25b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/wymeditor/jquery.refinery.wymeditor.js
Expand Up @@ -5104,4 +5104,4 @@ WYMeditor.WymClassSafari.prototype.getTagForStyle = function(style) {
if(/sub/.test(style)) return 'sub';
if(/super/.test(style)) return 'sup';
return false;
};
};

0 comments on commit b25b430

Please sign in to comment.