Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
Merged
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
8 changes: 4 additions & 4 deletions ocw-ui/frontend/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h5 id="OCW-powered">Powered by Apache Open Climate Workbench</h5>
<!-- Google visualization library needs to be initialized for the timeline -->
<!-- Note that the terms of use forbid having a local copy of the code, so we're -->
<!-- stuck downloading it this way unfortunately. -->
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("visualization", "1");</script>

<!-- build:js(.) scripts/vendor.js -->
Expand Down Expand Up @@ -150,14 +150,14 @@ <h5 id="OCW-powered">Powered by Apache Open Climate Workbench</h5>
<div class="container">
<hr>
<p>
Apache Open Climate Workbench Software .
Apache Open Climate Workbench Software .
<a href="https://climate.apache.org/" target="_blank">About Us</a> . <a href="dev@climate.apache.org" target="_blank">Report an issue</a> .
<br>
Copyright © 2013 The Apache Software Foundation, Licensed under the
Copyright © 2013 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
</p>
</div>
<footer>

</body>
</html>