mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Don't add a question mark at the end of the setup's Iframe URL.
SVN:trunk[4832]
This commit is contained in:
@@ -2476,7 +2476,6 @@ class WizStepDone extends WizardStep
|
||||
|
||||
if ($sIframeUrl != '')
|
||||
{
|
||||
$sIframeUrl .= '?';
|
||||
$oPage->add('<iframe id="fresh_content" style="border:0; width:100%; display:none;" src="'.$sIframeUrl.'"></iframe>');
|
||||
|
||||
$oPage->add_script("window.addEventListener('message', function(event) {
|
||||
|
||||
Reference in New Issue
Block a user