mirror of
https://github.com/friendica/friendica
synced 2024-11-12 23:42: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());
|
$user = User::getById($this->session->getLocalUserId());
|
||||||
$geoTag = '';
|
|
||||||
|
|
||||||
$output = Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), [
|
$output = Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), [
|
||||||
'$title' => $this->t('Edit post'),
|
'$title' => $this->t('Edit post'),
|
||||||
|
@ -103,7 +102,6 @@ class Edit extends BaseModule
|
||||||
|
|
||||||
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
|
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
|
||||||
'$ispublic' => ' ', // $this->t('Visible to <strong>everybody</strong>'),
|
'$ispublic' => ' ', // $this->t('Visible to <strong>everybody</strong>'),
|
||||||
'$geotag' => $geoTag,
|
|
||||||
'$nickname' => $this->app->getLoggedInUserNickname(),
|
'$nickname' => $this->app->getLoggedInUserNickname(),
|
||||||
'$is_mobile' => $this->mode->isMobile(),
|
'$is_mobile' => $this->mode->isMobile(),
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -236,7 +236,5 @@ function enableOnUser(){
|
||||||
$("#profile-jot-text").val(currentText + data);
|
$("#profile-jot-text").val(currentText + data);
|
||||||
}
|
}
|
||||||
|
|
||||||
{{$geotag nofilter}}
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -317,8 +317,6 @@
|
||||||
autosize.update($("#profile-jot-text"));
|
autosize.update($("#profile-jot-text"));
|
||||||
}
|
}
|
||||||
|
|
||||||
{{$geotag nofilter}}
|
|
||||||
|
|
||||||
function jotShow() {
|
function jotShow() {
|
||||||
var modal = $('#jot-modal').modal();
|
var modal = $('#jot-modal').modal();
|
||||||
jotcache = $("#jot-sections");
|
jotcache = $("#jot-sections");
|
||||||
|
|
|
@ -264,7 +264,4 @@ function enableOnUser(){
|
||||||
$("#profile-jot-text").val(currentText + data);
|
$("#profile-jot-text").val(currentText + data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{{$geotag nofilter}}
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue