first tests with firefox and chrome seem to indicate that it is working.

i will have to deploy it onto my test server and perform some more
tests.
This commit is contained in:
Manuel Friedli 2015-01-18 18:31:23 +01:00
parent 5e85458936
commit a8f8aa0947
3 changed files with 9 additions and 6 deletions

View file

@ -13,7 +13,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="de">
<html lang="de" manifest="../manifest.appcache">
<head>
<title>Die Zeit im Wort - Informationen</title>
<meta charset="utf-8"/>
@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<link rel="stylesheet" type="text/css" href="../css/uhr-red.css" data-class="red"/>
<link rel="stylesheet" type="text/css" href="info.css"/>
<link rel="shortcut icon" type="image/png" href="../resources/favicon.png"/>
<script type="text/javascript" src="../dist/libs.js"></script>
<script type="text/javascript" src="../dist/libs.min.js"></script>
<script type="text/javascript" src="../dist/jquery.uhr.base.min.js"></script>
<script type="text/javascript">
function go(url) {
@ -68,7 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<p><a onclick="go('../')" href="#">Das interessiert mich nicht, ich will zurück zur grossen Uhr!</a></p>
<h2 id="the-clock">Die Uhr<a href="#toc" class="toclink">Zum Inhalt</a></h2>
<a onclick="go('../')" href="#">
<a onclick="go('../index.html')" href="#">
<div id="uhr1" style="display:inline-block"></div>
<div id="uhr2" style="display:inline-block"></div>
</a>