Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="styles/gexfjs.css" />
<link rel="stylesheet" type="text/css" href="styles/jquery-ui.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
// Fallback in case JQuery CDN isn't available
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript type='text/javascript' src='js/jquery-1.7.2.min.js'%3E%3C/script%3E"));
}
</script>
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.1.min.js"></script>
<script type="text/javascript" src="js/gexfjs.js"></script>
<script type="text/javascript" src="config.js"></script>
</head>
Expand Down Expand Up @@ -59,4 +53,4 @@ <h1><a href="http://gephi.org/" target="_blank" title="Made with Gephi">Gephi: J
<ul id="autocomplete">
</ul>
</body>
</html>
</html>