Skip to content

Open iframe error #87

@cerok

Description

@cerok

loadingHtml does not work with iframe unless i before use it with eModal.setEModalOptions(myModalOptions);

In your code you have:
function iframe(params, title) {
..
if (typeof data === 'object') {
setEModalOptions(data);
}

I think it must be

if (typeof params === 'object')

or rename parameter params as data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions