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">
<script src="/scripts/app.js"></script>
<script>
$(function() {
minispade.require('travis');
Travis.run();
});
minispade.require('travis')
Travis.run()
</script>
</head>
<body id="home"></body>