summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2018-07-26 23:43:08 +0200
committerVictor Häggqvist <[email protected]>2018-07-26 23:43:08 +0200
commitfe48c0c87bc73234581ef6d07f3419618269e8e4 (patch)
treed56e63e712f7a5a6bb4d818832362434c7071dfd /index.html
parenta7f7b0028cbd28e1b4cb954862a2da0270fbd63a (diff)
Update JavaDoc at Thu Jul 26 23:43:08 CEST 2018gh-pages
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/index.html b/index.html
index 725fd60..2c11554 100644
--- a/index.html
+++ b/index.html
@@ -2,15 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
-<title>aboutit 1.2.3-SNAPSHOT API</title>
+<!-- Generated by javadoc on Sat Oct 10 21:00:00 CEST 2015 -->
+<title>AboutIt</title>
<script type="text/javascript">
- tmpTargetPage = "" + window.location.search;
- if (tmpTargetPage != "" && tmpTargetPage != "undefined")
- tmpTargetPage = tmpTargetPage.substring(1);
- if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
- tmpTargetPage = "undefined";
- targetPage = tmpTargetPage;
+ targetPage = "" + window.location.search;
+ if (targetPage != "" && targetPage != "undefined")
+ targetPage = targetPage.substring(1);
+ if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+ targetPage = "undefined";
function validURL(url) {
try {
url = decodeURIComponent(url);