Ghost/ghost/admin/app/initializers
Kevin Ansfield 98f92c1444 Don't add trailing slash to end of url with parameters
no issue
- updates the `TrailingHistory` locationType so that trailing slashes aren't added to the end of URLs with parameters but instead matches how the server-side redirects to trailing-slash URLs
- before: `/subscribers?order=created_at/`
- after: `/subscribers/?order=created_at`
2016-04-28 12:42:03 +01:00
..
ember-simple-auth.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
trailing-history.js Don't add trailing slash to end of url with parameters 2016-04-28 12:42:03 +01:00