mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Add ALT tags to images for accessibility. Fixes #2902
This commit is contained in:
committed by
Dave Page
parent
89821c0d19
commit
aec86970f2
@@ -534,7 +534,7 @@ var getFolderInfo = function(path, file_type) {
|
||||
|
||||
// Display an activity indicator.
|
||||
$('.fileinfo').find('span.activity').html(
|
||||
'<img src="' + loading_icon_url + '"/>'
|
||||
'<img src="' + loading_icon_url + '" alt="' + gettext("Loading...") + '"/>'
|
||||
);
|
||||
|
||||
var post_data = {
|
||||
|
||||
Reference in New Issue
Block a user