1
0
Fork 0

Create new Post/Share module class

This commit is contained in:
Hypolite Petovan 2022-11-04 13:01:25 -04:00
commit 8124dedbf6
5 changed files with 86 additions and 9 deletions

View file

@ -141,7 +141,7 @@ function enableOnUser(){
if ($('#jot-popup').length != 0) $('#jot-popup').show();
$('#like-rotator-' + id).show();
$.get('share/' + id, function(data) {
$.get('post/' + id + '/share', function(data) {
if (!editor) $("#profile-jot-text").val("");
initEditor(function(){
addeditortext(data);