mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-26 06:20:27 +01:00
Update content of files
This commit is contained in:
parent
c41632e181
commit
e0b043fa1d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue