Skip to content

Commit

Permalink
WYM needs this global space, this fixes the loaders in a better way (…
Browse files Browse the repository at this point in the history
…for us) than the export loaders. Compatibility fix for the ~8 year old wymeditor. We should look into newer options.
  • Loading branch information
dannon committed Dec 8, 2017
1 parent e6b650b commit 81bfe11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/galaxy/scripts/libs/jquery/jquery.wymeditor.js
Expand Up @@ -4754,3 +4754,5 @@ WYMeditor.WymClassSafari.prototype.getTagForStyle = function(style) {
if(/super/.test(style)) return 'sup';
return false;
};

window.WYMeditor = WYMeditor;

0 comments on commit 81bfe11

Please sign in to comment.