Remove geotag

This commit is contained in:
Philipp 2022-11-16 08:50:57 +01:00
parent db7af4c45b
commit 5dc9319bb2
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
4 changed files with 0 additions and 9 deletions

View File

@ -95,7 +95,6 @@ class Edit extends BaseModule
}
$user = User::getById($this->session->getLocalUserId());
$geoTag = '';
$output = Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), [
'$title' => $this->t('Edit post'),
@ -103,7 +102,6 @@ class Edit extends BaseModule
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
'$ispublic' => '&nbsp;', // $this->t('Visible to <strong>everybody</strong>'),
'$geotag' => $geoTag,
'$nickname' => $this->app->getLoggedInUserNickname(),
'$is_mobile' => $this->mode->isMobile(),
]);

View File

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

View File

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

View File

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