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