parent
9621279572
commit
81b21c4131
|
@ -104,6 +104,7 @@ class Edit extends BaseModule
|
||||||
|
|
||||||
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
|
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
|
||||||
'$ispublic' => ' ',
|
'$ispublic' => ' ',
|
||||||
|
'$geotag' => '',
|
||||||
'$nickname' => $this->app->getLoggedInUserNickname(),
|
'$nickname' => $this->app->getLoggedInUserNickname(),
|
||||||
'$is_mobile' => $this->mode->isMobile(),
|
'$is_mobile' => $this->mode->isMobile(),
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -236,5 +236,7 @@ function enableOnUser(){
|
||||||
$("#profile-jot-text").val(currentText + data);
|
$("#profile-jot-text").val(currentText + data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{{$geotag nofilter}}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -317,6 +317,8 @@
|
||||||
autosize.update($("#profile-jot-text"));
|
autosize.update($("#profile-jot-text"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{{$geotag nofilter}}
|
||||||
|
|
||||||
function jotShow() {
|
function jotShow() {
|
||||||
var modal = $('#jot-modal').modal();
|
var modal = $('#jot-modal').modal();
|
||||||
jotcache = $("#jot-sections");
|
jotcache = $("#jot-sections");
|
||||||
|
|
|
@ -264,4 +264,7 @@ function enableOnUser(){
|
||||||
$("#profile-jot-text").val(currentText + data);
|
$("#profile-jot-text").val(currentText + data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
{{$geotag nofilter}}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user