mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +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 class="helpTextDiv" id="' + parentID + 'helpTextDiv' + '" style="visibility:hidden;text-align:left;font-size: 13px;">' +
|
||||
'Snaps taken from the pictured domain can\'t be shared.' +
|
||||
'<div class="helpTextDiv" id="' + parentID + 'helpTextDiv' + '" style="visibility:hidden;text-align:left;">' +
|
||||
'This snap was taken in an unshareable domain.' +
|
||||
'</div>';
|
||||
// Add onclick handler to parent DIV's img to toggle share buttons
|
||||
document.getElementById(parentID + 'img').onclick = function () { selectImageWithHelpText(parentID, true); };
|
||||
|
|
Loading…
Reference in a new issue