diff --git a/src/Module/Post/Edit.php b/src/Module/Post/Edit.php index 347c00725..11c50ff13 100644 --- a/src/Module/Post/Edit.php +++ b/src/Module/Post/Edit.php @@ -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(), ]); diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index 53d5c7288..a67f9c3f0 100644 --- a/view/templates/jot-header.tpl +++ b/view/templates/jot-header.tpl @@ -236,5 +236,7 @@ function enableOnUser(){ $("#profile-jot-text").val(currentText + data); } + {{$geotag nofilter}} + diff --git a/view/theme/frio/templates/jot-header.tpl b/view/theme/frio/templates/jot-header.tpl index d64799c9a..25a02b9b6 100644 --- a/view/theme/frio/templates/jot-header.tpl +++ b/view/theme/frio/templates/jot-header.tpl @@ -317,6 +317,8 @@ autosize.update($("#profile-jot-text")); } + {{$geotag nofilter}} + function jotShow() { var modal = $('#jot-modal').modal(); jotcache = $("#jot-sections"); diff --git a/view/theme/smoothly/templates/jot-header.tpl b/view/theme/smoothly/templates/jot-header.tpl index 8a8f3db68..69233b926 100644 --- a/view/theme/smoothly/templates/jot-header.tpl +++ b/view/theme/smoothly/templates/jot-header.tpl @@ -264,4 +264,7 @@ function enableOnUser(){ $("#profile-jot-text").val(currentText + data); } + + {{$geotag nofilter}} +