Update content of files

This commit is contained in:
GitHub Action 2022-11-27 07:59:52 +00:00
parent c41632e181
commit e0b043fa1d

View file

@ -152,7 +152,7 @@ var DemoApp = {
$(el).next('span').text('(Read from clipboard: «' + clipText + '»)').attr('class', 'ok');
});
} else {
$(el).next('span').html('Media devices is not supported in this browser.').attr('class', 'err');
$(el).next('span').html('Clipboard is not available in this browser.').attr('class', 'err');
}
return false;
},