Minor fixes. Link directoy to user activity to avoid a redirect.

This commit is contained in:
Robin Ward
2013-07-26 15:56:29 -04:00
parent e77ee1eaa8
commit 5d66f6ed8e
4 changed files with 5 additions and 7 deletions

View File

@ -13,9 +13,6 @@ Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
// Whether the app has focus or not
hasFocus: true,
// Are we currently scrolling?
scrolling: false,
// Helps with integration tests
URL_FIXTURES: {},