commit/galaxy-central: jgoecks: Small fix for Trackster location routing.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a223d4188a24/ Changeset: a223d4188a24 User: jgoecks Date: 2014-05-31 01:16:30 Summary: Small fix for Trackster location routing. Affected #: 1 file diff -r 315997fa7d2f060a33d72950579b6b518aa4cfb0 -r a223d4188a2489c71d86f6ba0e6698573f384d7d static/scripts/viz/visualization.js --- a/static/scripts/viz/visualization.js +++ b/static/scripts/viz/visualization.js @@ -1052,7 +1052,7 @@ // Can't put regular expression in routes dictionary. // NOTE: parentheses are used to denote parameters returned to callback. this.route(/([\w]+)$/, 'change_location'); - this.route(/([\w]+\:[\d,]+-[\d,]+)$/, 'change_location'); + this.route(/([\w\+]+\:[\d,]+-[\d,]+)$/, 'change_location'); // Handle navigate events from view. var self = this; 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)
-
commits-noreply@bitbucket.org