Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2018-08-20 14:13:40 +0300
committerGitHub <noreply@github.com>2018-08-20 14:13:40 +0300
commit869a674f29de68f2f3f706e9c9c54b2b6c5621fa (patch)
treec4e2132646f03d6b52225848ff0bbbcdffee7bbd /index.html
parentc260e4403d2b54c56c50043d67490e2c1041f3b2 (diff)
remove type="text/javascript" from index.html
type="text/javascript" is not needed and removing it makes file-size smaller/faster
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f160f46b6fc..1ed4f8b9c8e 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <script type="text/javascript"> window.location.href="index.php"; </script>
+ <script> window.location.href="index.php"; </script>
<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>