Merge pull request #6512 from JeroenED/task/fix-6511

Added nofilter to geotag
This commit is contained in:
Hypolite Petovan 2019-01-24 11:34:31 -05:00 committed by GitHub
commit 77179612df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -230,7 +230,7 @@ function enableOnUser(){
$("#profile-jot-text").val(currentText + data); $("#profile-jot-text").val(currentText + data);
} }
{{$geotag}} {{$geotag nofilter}}
</script> </script>

View file

@ -275,7 +275,7 @@
autosize.update($("#profile-jot-text")); autosize.update($("#profile-jot-text"));
} }
{{$geotag}} {{$geotag nofilter}}
function jotShow() { function jotShow() {
var modal = $('#jot-modal').modal(); var modal = $('#jot-modal').modal();

View file

@ -263,6 +263,6 @@ function enableOnUser(){
} }
{{$geotag}} {{$geotag nofilter}}
</script> </script>