]> git.mxchange.org Git - friendica.git/commitdiff
Remove geotag
authorPhilipp <admin@philipp.info>
Wed, 16 Nov 2022 07:50:57 +0000 (08:50 +0100)
committerPhilipp <admin@philipp.info>
Wed, 16 Nov 2022 07:50:57 +0000 (08:50 +0100)
src/Module/Post/Edit.php
view/templates/jot-header.tpl
view/theme/frio/templates/jot-header.tpl
view/theme/smoothly/templates/jot-header.tpl

index ba6a7362045a6386497e9c5993b0fa3ff8c1fb9e..0f382aebf1634d535eee7de18e083add57405f2c 100644 (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(),
                ]);
index a67f9c3f0c35ef0bdea97a1f6061c5c3cf4b3210..53d5c7288ed79c7191448b8bfa3e355e8218248d 100644 (file)
@@ -236,7 +236,5 @@ function enableOnUser(){
                $("#profile-jot-text").val(currentText + data);
        }
 
-       {{$geotag nofilter}}
-
 </script>
 
index 25a02b9b6095909134bf256fc03f13432ec34e72..d64799c9ab945a4aa45cd57659e35336394a3d6e 100644 (file)
                autosize.update($("#profile-jot-text"));
        }
 
-       {{$geotag nofilter}}
-
        function jotShow() {
                var modal = $('#jot-modal').modal();
                jotcache = $("#jot-sections");
index 69233b92602661bce395a98397f32e0df4b2773f..8a8f3db68d5e046fabe79dafecb36120ccf4f730 100644 (file)
@@ -264,7 +264,4 @@ function enableOnUser(){
                $("#profile-jot-text").val(currentText + data);
        }
 
-
-       {{$geotag nofilter}}
-
 </script>