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