Update main.js

testing
This commit is contained in:
Ray 2023-02-15 19:14:55 -05:00
parent 7c1593f51e
commit 70d5ff275e

View file

@ -1419,6 +1419,10 @@ function preview_post() {
$("#jot-preview-content").html(data.preview);
$("#jot-preview-content .autotime").timeago();
$("#jot-preview-content" + " a").click(function() { return false; });
/* playing */
$("#profile-jot-form").html(data.preview);
$("#profile-jot-form .autotime").timeago();
$("#profile-jot-form" + " a").click(function() { return false; });
}
},
"json"