Skip to content
Snippets Groups Projects
Commit dc5b4934 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

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
parent 1d41b5c5
No related branches found
No related tags found
No related merge requests found
...@@ -373,26 +373,6 @@ if (array_key_exists('name', $spmeta)) $spname = $spmeta['name']; ...@@ -373,26 +373,6 @@ if (array_key_exists('name', $spmeta)) $spname = $spmeta['name'];
$et = new SimpleSAML_XHTML_Template($config, 'logout-iframe.php'); $et = new SimpleSAML_XHTML_Template($config, 'logout-iframe.php');
...@@ -402,7 +382,7 @@ $et->data['logoutresponse'] = $logoutresponse; ...@@ -402,7 +382,7 @@ $et->data['logoutresponse'] = $logoutresponse;
$et->data['xajax'] = $xajax; $et->data['xajax'] = $xajax;
$et->data['requesterName'] = $spname; $et->data['requesterName'] = $spname;
$et->data['head'] = $xajax->printJavascript(); $et->data['head'] = $xajax->getJavascript();
$et->show(); $et->show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment