Jelajahi Sumber

Don't add a question mark at the end of the setup's Iframe URL.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4832 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 8 tahun lalu
induk
melakukan
76c6525a8f
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      setup/wizardsteps.class.inc.php

+ 0 - 1
setup/wizardsteps.class.inc.php

@@ -2476,7 +2476,6 @@ class WizStepDone extends WizardStep
 		
 		
 		if ($sIframeUrl != '')
 		if ($sIframeUrl != '')
 		{
 		{
-			$sIframeUrl .= '?';
 			$oPage->add('<iframe id="fresh_content" style="border:0; width:100%; display:none;" src="'.$sIframeUrl.'"></iframe>');
 			$oPage->add('<iframe id="fresh_content" style="border:0; width:100%; display:none;" src="'.$sIframeUrl.'"></iframe>');
 			
 			
 			$oPage->add_script("window.addEventListener('message', function(event) {
 			$oPage->add_script("window.addEventListener('message', function(event) {