1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a059e0544235/ Changeset: a059e0544235 User: carlfeberhard Date: 2015-01-23 17:50:21+00:00 Summary: Plugins, Scatterplot: fix library imports to use proper path after ui.js breakup Affected #: 1 file diff -r a95230bfcbe7777562ccf808cb86a471aac4bda4 -r a059e05442354478bfa551621718afbc18cc6263 config/plugins/visualizations/scatterplot/templates/scatterplot.mako --- a/config/plugins/visualizations/scatterplot/templates/scatterplot.mako +++ b/config/plugins/visualizations/scatterplot/templates/scatterplot.mako @@ -31,9 +31,8 @@ 'libs/backbone/backbone', 'libs/d3', 'libs/handlebars.runtime', - 'mvc/ui', - 'jq-plugins/ui/peek-column-selector', - 'jq-plugins/ui/pagination', + 'ui/peek-column-selector', + 'ui/pagination', 'mvc/visualization/visualization-model' )} ${h.javascript_link( root + 'plugins/visualizations/scatterplot/static/scatterplot-edit.js' )} 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.