summary refs log tree commit diff
path: root/syweb/webclient/app.js
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-13 16:34:51 +0200
committerMatthew Hodgson <matthew@matrix.org>2014-11-13 16:34:51 +0200
commit11da8d0dffd330bc699b83972a78c9d20e7e5071 (patch)
tree437e7bb2959d9ec1d8510fdaa3c99dbec7c8300b /syweb/webclient/app.js
parentWipe the selected room ID on the home screen. (diff)
downloadsynapse-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.js1
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',