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>Bärneruhr - Die Zeit im Wort</title>
<meta charset="utf-8"/>
@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<body style="padding:0;margin:0;">
<div id="uhr"></div>
<p id="disclaimer">Created by <a href="http://www.fritteli.ch/">fritteli</a>, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>. <a
onclick="go('info/')" href="#">Read more!</a></p>
onclick="go('info/index.html')" href="#">Read more!</a></p>
<script type="text/javascript">
(function($) {
var width = $(window).width();