diff options
author | David Baker <dbkr@matrix.org> | 2014-11-13 14:34:03 +0000 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-11-13 14:34:03 +0000 |
commit | f842bca471ec19fb0fcf8e71536b113983896140 (patch) | |
tree | 566343999646fb997aa8fad2b05b8eb5410b943f /syweb/webclient/app.js | |
parent | This gives just enough space for the vertical scrollbar to be shown without a... (diff) | |
download | synapse-f842bca471ec19fb0fcf8e71536b113983896140.tar.xz |
Kill ng-animate with fire because it's terrible (was causing the page to be very sluggish). Do the call icons in pure CSS3 and use one less image to boot (in some browsers the phone icon will be the wrong browser but they can deal).
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 35190a71f4..1a1be4bd06 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', |