commit/galaxy-central: jgoecks: Fix typo in 5093:1dfad17e81a8 that broke page editor.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/642f1f9e5e3a/ changeset: r5231:642f1f9e5e3a user: jgoecks date: 2011-03-17 22:39:16 summary: Fix typo in 5093:1dfad17e81a8 that broke page editor. affected #: 1 file (1 byte) --- a/templates/page/editor.mako Thu Mar 17 15:44:05 2011 -0400 +++ b/templates/page/editor.mako Thu Mar 17 17:39:16 2011 -0400 @@ -21,7 +21,7 @@ <%def name="javascripts()"> ${parent.javascripts()} - ${h.js( "jquery.event.drag", "jquery.event.drop", "jquery.event.hover", "jquery.form", "json2", "jstorage" + ${h.js( "jquery.event.drag", "jquery.event.drop", "jquery.event.hover", "jquery.form", "json2", "jstorage", "galaxy.base", "jquery.wymeditor", "jquery.autocomplete", "autocomplete_tagging")} <script type="text/javascript"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket