Skip to content

Commit

Permalink
[#712 state:resolved] Renamed SimpleEditor to SixApartEditor because …
Browse files Browse the repository at this point in the history
…"Simple" was not self descriptive.
  • Loading branch information
byrnereese committed Feb 3, 2011
1 parent bb0103b commit 83e5c8e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: SimpleEditor
id: SixApartEditor
name: 'Six Apart Rich Text Editor'
description: 'The legacy Movable Type rich text editor developed by Six Apart.'
plugin_author: 'Six Apart. Ltd.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mt:setvarblock name="js_include" append="1">
<script type="text/javascript" src="<mt:var name="static_uri">js/archetype_editor.js?v=<$mt:var name="mt_version_id" escape="url"$>"></script>
<script type="text/javascript" src="<mt:PluginStaticWebPath component="SimpleEditor">js/sixapart_editor.js?v=<$mt:var name="mt_version_id" escape="url"$>"></script>
<script type="text/javascript" src="<mt:PluginStaticWebPath component="SixApartEditor">js/sixapart_editor.js?v=<$mt:var name="mt_version_id" escape="url"$>"></script>
</mt:setvarblock>
<mt:setvarblock name="html_head" prepend="1">
<script type="text/javascript" src="<$mt:var name="static_uri"$>js/common/DOM/Proxy.js?v=<$mt:var name="mt_version_id" escape="url"$>"></script>
Expand Down

0 comments on commit 83e5c8e

Please sign in to comment.