Skip to content

Content load twice #285

@seven7ma

Description

@seven7ma

'mouseover #i-pan3' : function(e, value, row, index) {
$(this).webuiPopover({
width:'auto',
height:'auto',
trigger: 'click',
closeable:true,
padding:false,
cache:false,
type:'async',
url:'getOnceUrl',
content:function(result){
var html = '<iframe src="'+result+'&B0=wight" style="text-align:center">';
html+='</iframe>';
return html;
},
});
}

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