From: Jeroen De Meerleer Date: Thu, 24 Jan 2019 16:23:25 +0000 (+0100) Subject: Added nofilter to geotag X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6fb2383116ce9bf721b96401348d320acbf48b56;p=friendica.git Added nofilter to geotag Fixes issue GH-6511 --- diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index f37b67085e..bf0c99d3a2 100644 --- a/view/templates/jot-header.tpl +++ b/view/templates/jot-header.tpl @@ -230,7 +230,7 @@ function enableOnUser(){ $("#profile-jot-text").val(currentText + data); } - {{$geotag}} + {{$geotag nofilter}} diff --git a/view/theme/frio/templates/jot-header.tpl b/view/theme/frio/templates/jot-header.tpl index 73c7690f6e..70370e42eb 100644 --- a/view/theme/frio/templates/jot-header.tpl +++ b/view/theme/frio/templates/jot-header.tpl @@ -275,7 +275,7 @@ autosize.update($("#profile-jot-text")); } - {{$geotag}} + {{$geotag nofilter}} function jotShow() { var modal = $('#jot-modal').modal(); diff --git a/view/theme/smoothly/templates/jot-header.tpl b/view/theme/smoothly/templates/jot-header.tpl index 5eae0ce4bb..632481ce59 100644 --- a/view/theme/smoothly/templates/jot-header.tpl +++ b/view/theme/smoothly/templates/jot-header.tpl @@ -263,6 +263,6 @@ function enableOnUser(){ } - {{$geotag}} + {{$geotag nofilter}}