diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-13 16:34:51 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-13 16:34:51 +0200 |
commit | 11da8d0dffd330bc699b83972a78c9d20e7e5071 (patch) | |
tree | 437e7bb2959d9ec1d8510fdaa3c99dbec7c8300b /syweb/webclient/app.js | |
parent | Wipe the selected room ID on the home screen. (diff) | |
download | synapse-11da8d0dffd330bc699b83972a78c9d20e7e5071.tar.xz |
remove nganimate dependency as it seems to feature disproportionately highly in the FF profiler, and removing it seems to have stopped my FF stalling for seconds on end
Diffstat (limited to 'syweb/webclient/app.js')
-rw-r--r-- | syweb/webclient/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/syweb/webclient/app.js b/syweb/webclient/app.js index f9d5c18ec4..9e5b85820d 100644 --- a/syweb/webclient/app.js +++ b/syweb/webclient/app.js @@ -16,7 +16,6 @@ limitations under the License. var matrixWebClient = angular.module('matrixWebClient', [ 'ngRoute', - 'ngAnimate', 'MatrixWebClientController', 'LoginController', 'RegisterController', |