mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-27 15:00:22 +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');
|
$(el).next('span').text('(Read from clipboard: «' + clipText + '»)').attr('class', 'ok');
|
||||||
});
|
});
|
||||||
} else {
|
} 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;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue