Added nofilter to geotag
Fixes issue GH-6511
This commit is contained in:
parent
99199ee93b
commit
6fb2383116
|
@ -230,7 +230,7 @@ function enableOnUser(){
|
||||||
$("#profile-jot-text").val(currentText + data);
|
$("#profile-jot-text").val(currentText + data);
|
||||||
}
|
}
|
||||||
|
|
||||||
{{$geotag}}
|
{{$geotag nofilter}}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -263,6 +263,6 @@ function enableOnUser(){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{{$geotag}}
|
{{$geotag nofilter}}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue