]> git.mxchange.org Git - friendica.git/commitdiff
Revert "Remove geotag"
authorPhilipp <admin@philipp.info>
Wed, 16 Nov 2022 20:20:24 +0000 (21:20 +0100)
committerPhilipp <admin@philipp.info>
Wed, 16 Nov 2022 20:20:24 +0000 (21:20 +0100)
This reverts commit 5dc9319b

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 347c00725ba86442103e886b2cca006edf1675e9..11c50ff130408e5d3a0afa53dae0a0a68d54b21d 100644 (file)
@@ -104,6 +104,7 @@ class Edit extends BaseModule
 
                $this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
                        '$ispublic'  => '&nbsp;',
+                       '$geotag'    => '',
                        '$nickname'  => $this->app->getLoggedInUserNickname(),
                        '$is_mobile' => $this->mode->isMobile(),
                ]);
index 53d5c7288ed79c7191448b8bfa3e355e8218248d..a67f9c3f0c35ef0bdea97a1f6061c5c3cf4b3210 100644 (file)
@@ -236,5 +236,7 @@ function enableOnUser(){
                $("#profile-jot-text").val(currentText + data);
        }
 
+       {{$geotag nofilter}}
+
 </script>
 
index d64799c9ab945a4aa45cd57659e35336394a3d6e..25a02b9b6095909134bf256fc03f13432ec34e72 100644 (file)
                autosize.update($("#profile-jot-text"));
        }
 
+       {{$geotag nofilter}}
+
        function jotShow() {
                var modal = $('#jot-modal').modal();
                jotcache = $("#jot-sections");
index 8a8f3db68d5e046fabe79dafecb36120ccf4f730..69233b92602661bce395a98397f32e0df4b2773f 100644 (file)
@@ -264,4 +264,7 @@ function enableOnUser(){
                $("#profile-jot-text").val(currentText + data);
        }
 
+
+       {{$geotag nofilter}}
+
 </script>