tools
/
gw2-tooltips
Archived
1
0
Fork 0

Fix jQuery, update README with notice

This commit is contained in:
Florine W. Dekker 2020-12-08 14:48:22 +01:00
parent 960f6ecdad
commit 6be24d6ad5
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
5 changed files with 16 additions and 16 deletions

View File

@ -1,2 +1,9 @@
# _Guild Wars 2_ tooltips
A library that provides tooltips for _Guild Wars 2_ items.
I made this somewhere in 2016.
I no longer maintain this tool.
It is here only for the purposes of archival and nostalgia.
Maybe I'll clean it up one day.
Probably not though.

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -10,7 +10,7 @@
<meta name="application-name" content="GW2 item tooltip" />
<!-- JQuery / Bootstrap -->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
@ -24,7 +24,7 @@
<!-- Custom scripts and styling -->
<script src="js/ItemTooltip.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/ItemTooltip.css" />
<link rel="stylesheet" type="text/css" href="css/GW2Tooltip.css" />
<title>GW2 Item tooltip</title>
</head>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -10,7 +10,7 @@
<meta name="application-name" content="GW2 item tooltip" />
<!-- JQuery / Bootstrap -->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
@ -26,7 +26,7 @@
<script src="js/ItemTooltip.js"></script>
<script src="js/SkillTooltip.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/ItemTooltip.css" />
<link rel="stylesheet" type="text/css" href="css/GW2Tooltip.css" />
<title>GW2 Item tooltip</title>
</head>

View File

@ -1,8 +0,0 @@
{
"predef" : [
"ActiveXObject",
"JSON4",
"JSON3",
"JSON2"
]
}

View File

@ -1,10 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<script src="js/GW2Tooltip.js"></script>
<script src="js/ItemTooltip.js"></script>
<script src="js/SkillTooltip.js"></script>
<link rel="stylesheet" type="text/css" href="css/ItemTooltip.css" />
<link rel="stylesheet" type="text/css" href="css/GW2Tooltip.css" />
<title>GW2 Tooltip | Test</title>
</head>
<body>
<br /><br /><br />