idle
This commit is contained in:
@@ -483,7 +483,8 @@ class _DocumentViewerModalState extends State<DocumentViewerModal> {
|
||||
..append(iframe);
|
||||
|
||||
// Create JavaScript to submit the form
|
||||
final jsCode = '''
|
||||
final jsCode =
|
||||
'''
|
||||
(function() {
|
||||
var form = document.createElement('form');
|
||||
form.method = 'POST';
|
||||
|
||||
Reference in New Issue
Block a user