Update jot-header.tpl

This commit is contained in:
Ray 2023-02-28 19:30:37 -05:00
parent 5bcbced4c3
commit 042bf0bdbb

View file

@ -135,8 +135,8 @@ let postSaveTimer = null;
dropZone: $('#profile-jot-text'),
maxChunkSize: 2 * 1024 * 1024,
add: function(e,data) {
// console.log(e);
// console.log(data);
console.log(e);
console.log(data);
$('#profile-rotator').show();
data.submit();
},