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/index.html | |
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/index.html')
-rw-r--r-- | syweb/webclient/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syweb/webclient/index.html b/syweb/webclient/index.html index fb3c3f528c..6211ecd628 100644 --- a/syweb/webclient/index.html +++ b/syweb/webclient/index.html @@ -16,7 +16,9 @@ <script src="js/angular.js"></script> <script src="js/angular-route.min.js"></script> <script src="js/angular-sanitize.min.js"></script> +<!-- <script src="js/angular-animate.min.js"></script> +--> <script src="js/jquery.peity.min.js"></script> <script src="js/angular-peity.js"></script> <script type='text/javascript' src="js/ui-bootstrap-tpls-0.11.2.js"></script> |