mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Remove geotag
This commit is contained in:
parent
db7af4c45b
commit
5dc9319bb2
4 changed files with 0 additions and 9 deletions
|
@ -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' => ' ', // $this->t('Visible to <strong>everybody</strong>'),
|
||||
'$geotag' => $geoTag,
|
||||
'$nickname' => $this->app->getLoggedInUserNickname(),
|
||||
'$is_mobile' => $this->mode->isMobile(),
|
||||
]);
|
||||
|
|
|
@ -236,7 +236,5 @@ function enableOnUser(){
|
|||
$("#profile-jot-text").val(currentText + data);
|
||||
}
|
||||
|
||||
{{$geotag nofilter}}
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
@ -317,8 +317,6 @@
|
|||
autosize.update($("#profile-jot-text"));
|
||||
}
|
||||
|
||||
{{$geotag nofilter}}
|
||||
|
||||
function jotShow() {
|
||||
var modal = $('#jot-modal').modal();
|
||||
jotcache = $("#jot-sections");
|
||||
|
|
|
@ -264,7 +264,4 @@ function enableOnUser(){
|
|||
$("#profile-jot-text").val(currentText + data);
|
||||
}
|
||||
|
||||
|
||||
{{$geotag nofilter}}
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue