diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-24 23:27:12 +0200 |
---|---|---|
committer | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-26 19:23:39 +0200 |
commit | 09dd4d3192073ba9ecc7feb8a5dfcd213affd525 (patch) | |
tree | 72431fb524edf6e92afd63237e56f229217c3257 /extensions/Persona | |
parent | 03d03939f90f2a258d9a4840eaa9af16fca7581f (diff) | |
download | bugzilla-09dd4d3192073ba9ecc7feb8a5dfcd213affd525.tar.gz bugzilla-09dd4d3192073ba9ecc7feb8a5dfcd213affd525.tar.xz |
Bug 1493500 - Remove all trailing whitespaces from all files
Diffstat (limited to 'extensions/Persona')
-rw-r--r-- | extensions/Persona/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/Persona/TODO b/extensions/Persona/TODO index ac94a3c42..cb9e15d2f 100644 --- a/extensions/Persona/TODO +++ b/extensions/Persona/TODO @@ -5,10 +5,10 @@ ToDo: * Fix Bugzilla::Auth::Login::Stack to allow failure part way down the chain (currently, it seems that both CGI and BrowserID have to be last in order to report login failures correctly.) - -* JS inclusions noticeably slow page load. Do we want a local copy of - browserid.js? Do the browserid folks object to that? How can we get good - performance? How can we avoid including it in every logged-in page? Can we + +* JS inclusions noticeably slow page load. Do we want a local copy of + browserid.js? Do the browserid folks object to that? How can we get good + performance? How can we avoid including it in every logged-in page? Can we do demand loading onclick, and/or load-on-reveal? * Fix -8px margin-bottom hack in login-small-additional_methods.html.tmpl |