By Ray, Fix structure page editinh bug
This commit is contained in:
parent
5df8ff2e52
commit
3744e1c3e7
|
@ -132,11 +132,7 @@ function iFrameContent() {
|
|||
$('#pageslide_iframe').load(function() {
|
||||
var $iContents = $(this).contents(),
|
||||
$pc = $iContents.find('.page_content');
|
||||
try {
|
||||
$(this).get(0).contentWindow.externalFunction(iFrameFunction, $iContents, $pc);
|
||||
} catch(err) {
|
||||
console.log(err);
|
||||
}
|
||||
iFrameFunction($iContents, $pc);
|
||||
});
|
||||
}
|
||||
function pageSetting(id, edit) {
|
||||
|
|
Reference in New Issue