Browse Source

Undo local test environment changes.

pull/534/head
Dennis Boldt 7 years ago
parent
commit
1c06fa7efc
  1. 14
      docs/docs.html

14
docs/docs.html

@ -7,12 +7,12 @@ @@ -7,12 +7,12 @@
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Arvo|Source+Sans+Pro:400,400italic,700|Lato:300,400">
<link rel="stylesheet" href="resources/css/unsemantic.css">
<link rel="stylesheet" href="resources/css/tomorrow.highlight.css">
<link rel="stylesheet" href="resources/css/common.css">
<script src="resources/js/jquery.min.js"></script>
<script src="resources/js/highlight.min.js"></script>
<script src="resources/js/common.js"></script>
<link rel="stylesheet" href="/resources/css/unsemantic.css">
<link rel="stylesheet" href="/resources/css/tomorrow.highlight.css">
<link rel="stylesheet" href="/resources/css/common.css">
<script src="/resources/js/jquery.min.js"></script>
<script src="/resources/js/highlight.min.js"></script>
<script src="/resources/js/common.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
@ -827,7 +827,7 @@ var csv = Papa.unparse({ @@ -827,7 +827,7 @@ var csv = Papa.unparse({
<footer>
<!--<div class="footer-top">
<h3>Make Your Papa Proud</h3>
<h4><a href="https://github.com/mholt/PapaParse">Star</a> and <a href="https://github.com/mholt/PapaParse/blob/gh-pagesresources/js/lovers.js">shout</a> if you love #PapaParse</h4>
<h4><a href="https://github.com/mholt/PapaParse">Star</a> and <a href="https://github.com/mholt/PapaParse/blob/gh-pages/resources/js/lovers.js">shout</a> if you love #PapaParse</h4>
</div>-->
<div class="footer-main">
<div class="grid-container">

Loading…
Cancel
Save