mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-05 22:59:52 +02:00
New language for unshareable snaps
This commit is contained in:
parent
2ad3346697
commit
6a33ef49c2
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@ function createShareBar(parentID, isLoggedIn, canShare, isGif, blastButtonDisabl
|
||||||
'' +
|
'' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div class="helpTextDiv" id="' + parentID + 'helpTextDiv' + '" style="visibility:hidden;text-align:left;font-size: 13px;">' +
|
'<div class="helpTextDiv" id="' + parentID + 'helpTextDiv' + '" style="visibility:hidden;text-align:left;">' +
|
||||||
'Snaps taken from the pictured domain can\'t be shared.' +
|
'This snap was taken in an unshareable domain.' +
|
||||||
'</div>';
|
'</div>';
|
||||||
// Add onclick handler to parent DIV's img to toggle share buttons
|
// Add onclick handler to parent DIV's img to toggle share buttons
|
||||||
document.getElementById(parentID + 'img').onclick = function () { selectImageWithHelpText(parentID, true); };
|
document.getElementById(parentID + 'img').onclick = function () { selectImageWithHelpText(parentID, true); };
|
||||||
|
|
Loading…
Reference in a new issue