mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Merge pull request #6512 from JeroenED/task/fix-6511
Added nofilter to geotag
This commit is contained in:
commit
77179612df
3 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ function enableOnUser(){
|
|||
$("#profile-jot-text").val(currentText + data);
|
||||
}
|
||||
|
||||
{{$geotag}}
|
||||
{{$geotag nofilter}}
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
@ -275,7 +275,7 @@
|
|||
autosize.update($("#profile-jot-text"));
|
||||
}
|
||||
|
||||
{{$geotag}}
|
||||
{{$geotag nofilter}}
|
||||
|
||||
function jotShow() {
|
||||
var modal = $('#jot-modal').modal();
|
||||
|
|
|
@ -263,6 +263,6 @@ function enableOnUser(){
|
|||
}
|
||||
|
||||
|
||||
{{$geotag}}
|
||||
{{$geotag nofilter}}
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue