Skip to content

Commit

Permalink
[Signature] fix: revert signature break
Browse files Browse the repository at this point in the history
  • Loading branch information
eoxia-noe committed Dec 24, 2021
1 parent 99d2a40 commit ba1fdad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/doliletter.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@
processData: false,
contentType: 'application/octet-stream',
data: signature,
success: function( resp ) {
$(document).html(resp)
success: function() {
if (elementZone == "private") {
actionContainerSuccess.load(document.URL + ' .noticeSignatureSuccess .all-notice-content')
actionContainerSuccess.removeClass('hidden');
Expand Down

0 comments on commit ba1fdad

Please sign in to comment.