Revert "Update jot-header.tpl"

This reverts commit 042bf0bdbb.
This commit is contained in:
Ray 2023-02-28 19:45:51 -05:00
parent 042bf0bdbb
commit 05b83fcf65

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();
},