more work on shared design elements

This commit is contained in:
friendica 2014-10-03 04:05:05 -07:00
parent 328d72971d
commit a177cd1bd4

View File

@ -893,7 +893,13 @@ function updateConvItems(mode,data) {
return true;
}
function importElement(elem) {
$.post(
"impel",
{ "element" : elem }
);
return false;
}
function preview_post() {
$("#jot-preview").val("1");