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}}