Skip to content

Commit

Permalink
Fix 'undefined' at end of API man url
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jun 30, 2014
1 parent e83cf2a commit f150b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>HiSPARC - jSparc - API interface</title>
<link rel="icon" type="image/vnd.microsoft.icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/api_interface.css" />
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="scripts/excanvas.js"></script><![endif]-->
<script src="scripts/jquery-1.10.2.min.js"></script>
<script src="jquery.jsparc.js"></script>
<script>
var jsparc,
man = {"api_clusters": "clusters/",
man = {"api_man": "",
"api_clusters": "clusters/",
"api_clusters_in_country": "countries/{country_number}/",
"api_configuration": "station/{station_number}/config/{year}/{month}/{day}/",
"api_countries": "countries/",
Expand Down

0 comments on commit f150b67

Please sign in to comment.