Create new Post/Share module class
This commit is contained in:
parent
119f9d9d27
commit
8124dedbf6
5 changed files with 86 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue