Revert "defer calling things until the document is ready"

This reverts commit 5ae74ddcdc.
This commit is contained in:
Sven Fuchs 2013-02-27 00:04:09 +01:00
parent b93ce53a7f
commit 24a38d03e0

View File

@ -15,10 +15,8 @@
<link rel="stylesheet" href="/styles/app.css"> <link rel="stylesheet" href="/styles/app.css">
<script src="/scripts/app.js"></script> <script src="/scripts/app.js"></script>
<script> <script>
$(function() { minispade.require('travis')
minispade.require('travis'); Travis.run()
Travis.run();
});
</script> </script>
</head> </head>
<body id="home"></body> <body id="home"></body>