Skip to content

Commit

Permalink
update codemirror snippet editor link to v5.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Apr 5, 2019
1 parent 187fae7 commit e48d9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/modules/snippet/views/snippet/edit.tpl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
} }
{/css} {/css}
{literal} {literal}
{/literal}{$cdn = 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.44.0/'}{literal} {/literal}{$cdn = 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/'}{literal}
<script src="{/literal}{$cdn}{literal}codemirror.js"></script> <script src="{/literal}{$cdn}{literal}codemirror.js"></script>
<link rel="stylesheet" href="{/literal}{$cdn}{literal}codemirror.css"> <link rel="stylesheet" href="{/literal}{$cdn}{literal}codemirror.css">
<link rel="stylesheet" href="{/literal}{$cdn}{literal}addon/fold/foldgutter.css"> <link rel="stylesheet" href="{/literal}{$cdn}{literal}addon/fold/foldgutter.css">
Expand Down

0 comments on commit e48d9a6

Please sign in to comment.