1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/de03f821784b/ changeset: de03f821784b user: dannon date: 2011-11-30 13:29:32 summary: Fix for browsing libraries, json2 wasn't being loaded, needed in IE for jstorage to work. affected #: 1 file diff -r b751663f3f64ea794951f57b2ff4686debd1b455 -r de03f821784bcbe04a7514ad3d8e43fb1b635e4b templates/library/common/browse_library.mako --- a/templates/library/common/browse_library.mako +++ b/templates/library/common/browse_library.mako @@ -48,6 +48,7 @@ <%def name="javascripts()"> ${parent.javascripts()} + ${h.js("json2")} ${h.js("jstorage")} ${common_javascripts()} ${self.grid_javascripts()} 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.