mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
F #4572: Fix bug when callback is not defined
This commit is contained in:
parent
62c044bdfc
commit
e9a284476c
@ -115,7 +115,7 @@ define(function(require) {
|
||||
$(' .resource_list_select', opts.context).change();
|
||||
}
|
||||
|
||||
if(opts.callback() != undefined){
|
||||
if(opts.callback != undefined){
|
||||
opts.callback($('.resource_list_select', opts.context));
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user