Skip to content
Snippets Groups Projects
Commit 8a340332 authored by Damien's avatar Damien
Browse files

FIX #5522 unlock after action

parent 38b83b80
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,7 @@ var SignatureBookComponent = (function () {
}
}
}
unlockDocument(this.resId);
if (idToGo >= 0) {
$j("#send").removeAttr("disabled");
$j("#send").css("opacity", "1");
......
......@@ -176,6 +176,7 @@ export class SignatureBookComponent implements OnInit {
}
}
unlockDocument(this.resId);
if (idToGo >= 0) {
$j("#send").removeAttr("disabled");
$j("#send").css("opacity", "1");
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment