1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/0cab089a6ad7/ changeset: 0cab089a6ad7 user: jgoecks date: 2012-04-09 17:02:04 summary: Fix bug that prevented actions from being taken on left panel. affected #: 1 file diff -r 90ace706e150f651a540bfcd9fc369fd857115b9 -r 0cab089a6ad7305c3ec968c39a7032b640376363 templates/base_panels.mako --- a/templates/base_panels.mako +++ b/templates/base_panels.mako @@ -64,7 +64,7 @@ %if self.has_left_panel: var lp = new Panel( { panel: $("#left"), center: $("#center"), drag: $("#left > .unified-panel-footer > .drag" ), toggle: $("#left > .unified-panel-footer > .panel-collapse" ) } ); - force_left_panel = lp.force_panel; + force_left_panel = function( x ) { lp.force_panel( x ) }; %endif %if self.has_right_panel: 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.