add info message for space between emoji and text
parent
9187a3e3c5
commit
06b143e623
|
@ -605,7 +605,7 @@
|
||||||
console.warn("here in", document.querySelector('#shx-info-text'))
|
console.warn("here in", document.querySelector('#shx-info-text'))
|
||||||
document.querySelector('#shx-info-text').style.display = 'block';
|
document.querySelector('#shx-info-text').style.display = 'block';
|
||||||
document.querySelector('#shx-info-text').style.color = '#45aaf2';
|
document.querySelector('#shx-info-text').style.color = '#45aaf2';
|
||||||
document.querySelector('#shx-info-text').innerHTML = 'Tipp: Füge <strong>Leerzeichen</strong> zwischen <strong>Text</strong> und <strong>Emojis</strong> ein, um den Text besser lesbar zu machen.';
|
document.querySelector('#shx-info-text').innerHTML = '<strong>Tipp:</strong> Füge <strong>Leerzeichen</strong> zwischen <strong>Text</strong> und <strong>Emojis</strong> ein, um den Text besser lesbar zu machen.';
|
||||||
|
|
||||||
// hide the text after 8 seconds
|
// hide the text after 8 seconds
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
Loading…
Reference in New Issue