Removed obsolete language specification from <script>

This commit is contained in:
im-mi
2016-09-03 14:06:15 -04:00
parent 10d47409ad
commit ac53fe52de
2 changed files with 4 additions and 4 deletions

View File

@ -262,7 +262,7 @@ class Setup extends Extension {
$full = (@$_SERVER["HTTPS"] ? "https://" : "http://") . $host . $_SERVER["PHP_SELF"];
$test_url = str_replace("/index.php", "/nicetest", $full);
$nicescript = "<script language='javascript'>
$nicescript = "<script type='text/javascript'>
function getHTTPObject() {
if (window.XMLHttpRequest){
return new XMLHttpRequest();