From dc5b4934f01d05378a1fd04b515d38144a495089 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 3 Sep 2008 08:13:10 +0000
Subject: [PATCH] Fix javascript to not be inserted in the beginning of the
 html page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@855 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/idp/SingleLogoutServiceiFrame.php | 22 +--------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/www/saml2/idp/SingleLogoutServiceiFrame.php b/www/saml2/idp/SingleLogoutServiceiFrame.php
index 06343ebef..514d7e46a 100644
--- a/www/saml2/idp/SingleLogoutServiceiFrame.php
+++ b/www/saml2/idp/SingleLogoutServiceiFrame.php
@@ -373,26 +373,6 @@ if (array_key_exists('name', $spmeta)) $spname = $spmeta['name'];
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 $et = new SimpleSAML_XHTML_Template($config, 'logout-iframe.php');
 
@@ -402,7 +382,7 @@ $et->data['logoutresponse'] = $logoutresponse;
 $et->data['xajax'] = $xajax;
 $et->data['requesterName'] = $spname;
 
-$et->data['head'] = $xajax->printJavascript();
+$et->data['head'] = $xajax->getJavascript();
 
 $et->show();
 
-- 
GitLab