Skip to content
Snippets Groups Projects
Commit 7cbd31ad authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Update the logout-iframe.php endpoint to use jQuery v1.6 instead of v1.5.

parent bee84a8f
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,6 @@ if (!isset($this->data['head'])) { ...@@ -50,8 +50,6 @@ if (!isset($this->data['head'])) {
$this->data['head'] = ''; $this->data['head'] = '';
} }
$this->data['head'] .= '<script type="text/javascript" src="/' . $this->data['baseurlpath'] . 'resources/jquery.js"></script>';
$this->data['head'] .= ' $this->data['head'] .= '
<script type="text/javascript" language="JavaScript"> <script type="text/javascript" language="JavaScript">
window.stateImage = ' . json_encode($stateImage) . '; window.stateImage = ' . json_encode($stateImage) . ';
......
...@@ -114,5 +114,6 @@ $t->data['id'] = $id; ...@@ -114,5 +114,6 @@ $t->data['id'] = $id;
$t->data['type'] = $type; $t->data['type'] = $type;
$t->data['from'] = $state['core:Logout-IFrame:From']; $t->data['from'] = $state['core:Logout-IFrame:From'];
$t->data['SPs'] = $state['core:Logout-IFrame:Associations']; $t->data['SPs'] = $state['core:Logout-IFrame:Associations'];
$t->data['jquery'] = array('version' => '1.6', 'core' => TRUE, 'ui' => FALSE, 'css' => FALSE);
$t->show(); $t->show();
exit(0); exit(0);
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