diff options
author | AbdealiJK <abdealikothari@gmail.com> | 2020-02-25 01:06:31 +0530 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-02-29 08:08:08 -0500 |
commit | 48c73b88bf2f3a5cdb404b20afa34cb2cb940e0f (patch) | |
tree | df14701bd8e89bb947c7585abc5f86b35259a4b4 /CONTRIBUTORS.txt | |
parent | 0f82d27e07e96ce3e840779e8bd8c53a1ed34eea (diff) | |
download | python-coveragepy-git-48c73b88bf2f3a5cdb404b20afa34cb2cb940e0f.tar.gz |
htmlfiles: Handle localStorage not accessible
In some cases, if based on the browser's settings - localStorage
is not accessible, fallback and don't save the sort-columns into
localStorage.
While the UX is a little inconvenient, at least the page doesn't
break - sorting on columns is still possible, but not retained
between pages.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 65919f1e..a89c3bfa 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -4,6 +4,7 @@ extended and maintained by Ned Batchelder. Other contributions, including writing code, updating docs, and submitting useful bug reports, have been made by: +Abdeali Kothari Adi Roiban Agbonze O. Jeremiah Albertas Agejevas |