ulrich
2019-12-12 e394579029084010925e536150122f286dce3b5b
index.html
@@ -4,6 +4,7 @@
    <title>App-Vorlage</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="jslib/app-menu/app-menu.css">
    <link rel="stylesheet" type="text/css" href="hamburger.css">
@@ -68,11 +69,11 @@
    <script src="jslib/vorlagen.js"></script>
    <script src="app.js"></script>
    <script>
      var app;
      $(document).ready(function() {
        app = new AppVorlage();
        app.init();
      });
      var app;
      document.addEventListener('DOMContentLoaded', function () {
         app = new AppVorlage();
         app.init();
      });
    </script>
  </body>
</html>