Skip to content

Commit

Permalink
[#8260] custom build of EasyMDE so we can access CodeMirror lib Ionar…
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Oct 30, 2020
1 parent 3e2f085 commit 184f7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Allura/allura/lib/widgets/resources/js/easymde.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Allura/allura/lib/widgets/resources/js/sf_markitup.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
under the License.
*/

/*global SimpleMDE, _replaceSelection, Memorable */
/*global EasyMDE, _replaceSelection, Memorable */
window.CodeMirror = EasyMDE.CodeMirror; // https://github.com/Ionaru/easy-markdown-editor/pull/263
$(window).load(function() {
if(!window.markdown_init){
window.markdown_init = true;
Expand Down

0 comments on commit 184f7f8

Please sign in to comment.