FCLT#72023 javascript iframe url change wordt in de app niet (volledig) gedetecteert

svn path=/Website/branches/v2022.1/; revision=55658
This commit is contained in:
2022-04-21 11:30:59 +00:00
parent 93e3685e35
commit 4ccd1c8d92

View File

@@ -214,7 +214,7 @@ function onBijlagenMobile(formurl, // protected
var html = '<iframe class="mfcltmodal"' +
' frameborder="0"' +
' id="fcltmodal" name="fcltmodal" scrolling="no" style="padding: 0px;"' +
' src="' + rooturl + '/appl/shared/empty.html">' +
' src="' + formurl + '">' +
'</iframe>';
html = '<div id="bijlagepopup" data-role="popup" class="ui-content" data-theme="c">' +
@@ -249,8 +249,6 @@ function onBijlagenMobile(formurl, // protected
// $("#bijlagepopup").show();
$("#bijlagepopup").popup({ history: false }).popup("open");
$html.find("iframe").attr("src", formurl);
}
// make filename safe for show
function safeFilename(s) {