Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lh 712 rename editor #211

Merged
1 commit merged into from
Feb 3, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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