Revert "Remove geotag"

This reverts commit 5dc9319b
This commit is contained in:
Philipp 2022-11-16 21:20:24 +01:00
parent 9621279572
commit 81b21c4131
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
4 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class Edit extends BaseModule
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
'$ispublic' => ' ',
'$geotag' => '',
'$nickname' => $this->app->getLoggedInUserNickname(),
'$is_mobile' => $this->mode->isMobile(),
]);

View File

@ -236,5 +236,7 @@ function enableOnUser(){
$("#profile-jot-text").val(currentText + data);
}
{{$geotag nofilter}}
</script>

View File

@ -317,6 +317,8 @@
autosize.update($("#profile-jot-text"));
}
{{$geotag nofilter}}
function jotShow() {
var modal = $('#jot-modal').modal();
jotcache = $("#jot-sections");

View File

@ -264,4 +264,7 @@ function enableOnUser(){
$("#profile-jot-text").val(currentText + data);
}
{{$geotag nofilter}}
</script>