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