You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/**
|
|
|
|
* Steve L. Nyemba
|
|
|
|
iframe.src = args.url
|
|
|
|
}
|
|
|
|
jx.modal.set = function(id,pane){
|
|
|
|
|
|
|
|
jx.modal.cache[id] = pane
|
|
|
|
delete jx.modal.cache[id]
|
|
|
|
}
|
|
|
|
jx.modal.close = jx.modal.remove
|