diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-29 19:09:16 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-29 19:09:16 -0500 |
commit | 4c4d7424313a2c46b62d611c6d5f55ae91a7c7c6 (patch) | |
tree | b7f6276eb180985f87e258cb3911faf5ef82f032 | |
parent | 2888cc93bd061e089968589c0df8d2f507940e1a (diff) | |
download | gitlab-ce-4c4d7424313a2c46b62d611c6d5f55ae91a7c7c6.tar.gz |
Activities will load when the according tab is opened
-rw-r--r-- | app/assets/javascripts/dispatcher.js.coffee | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/dispatcher.js.coffee b/app/assets/javascripts/dispatcher.js.coffee index 89f1993797f..1d068dcf89c 100644 --- a/app/assets/javascripts/dispatcher.js.coffee +++ b/app/assets/javascripts/dispatcher.js.coffee @@ -109,7 +109,6 @@ class Dispatcher new BuildArtifacts() when 'users:show' new User() - new Activities() switch path.first() when 'admin' |