mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
volume-upload: UI > dialog widget > write log in console indicating callback() is triggered.
This commit is contained in:
parent
9acfb2eec1
commit
818f9cfcc7
@ -718,7 +718,9 @@
|
||||
$field.append($uploadFrame);
|
||||
$uploadFrame.contents().find('html body').append($frameForm);
|
||||
$frameForm.submit(function() {
|
||||
console.log("callback() in $frameForm.submit(callback(){}) is triggered");
|
||||
$uploadFrame.load(function() {
|
||||
console.log("callback() in $uploadFrame.load(callback(){}) is triggered");
|
||||
args.form.fileUpload.postUpload({
|
||||
$form: $form,
|
||||
formData: data,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user