Skip to content

Commit

Permalink
Handle extra cruft sent along by facebook login redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 5, 2018
1 parent 46ad199 commit 480143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/apps/analysis.js
Expand Up @@ -51,7 +51,7 @@ window.app = function app(options, bootstrapped) {
/** Routes */
var AnalysisRouter = Router.extend({
routes: {
"(/)": "home",
"(/)(#)(_=_)": "home",
"(/)root*": "home",
"(/)tours(/)(:tour_id)": "show_tours",
"(/)user(/)": "show_user",
Expand Down

0 comments on commit 480143a

Please sign in to comment.