diff --git a/modules/sanitycheck/www/index.php b/modules/sanitycheck/www/index.php index 3a29226cd36e0cdc66911615ca988dd0766336bc..76eb731fe933957aa9666391eec3d2c1eef23654 100644 --- a/modules/sanitycheck/www/index.php +++ b/modules/sanitycheck/www/index.php @@ -27,5 +27,4 @@ $t = new SimpleSAML_XHTML_Template($config, 'sanitycheck:check-tpl.php'); $t->data['pageid'] = 'sanitycheck'; $t->data['errors'] = $errors; $t->data['info'] = $info; -$t->data['jquery'] = $jquery; $t->show();