forked from friendica/deprecated-themes
They got removed from the Friendica main repository with the 2018.05 release and should reflect that state in history with the update they got anyhow during the year of deprecation.
10 lines
257 B
Smarty
10 lines
257 B
Smarty
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
window.nickname = "{{$nickname}}";
|
|
window.linkURL = "{{$linkurl}}";
|
|
window.jotId = "#prvmail-text";
|
|
window.imageUploadButton = 'prvmail-upload';
|
|
window.autocompleteType = 'msg-header';
|
|
</script>
|
|
|