Remove obsolete enableRetinaImages usage.
Review Request #13495 — Created Jan. 9, 2024 and submitted — Latest diff uploaded
All the browsers we support now have native support for
srcset
, so our
oldDjblets.enableRetinaImages
method is a no-op. This change gets rid
of those calls.
- Ran unit tests.
- Verified that I still saw high-res versions of icons and file attachment
thumbnails.
Diff Revision 1 (Latest)
Commits
Files
reviewboard/static/rb/js/init.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/views/issueSummaryTableView.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/views/reviewReplyEditorView.es6.js |
---|
reviewboard/static/rb/js/reviews/views/fileAttachmentThumbnailView.ts |
---|
reviewboard/templates/js/tests_base.html |
---|