Revert "delay calling things until the document is ready"

This reverts commit e6b0ae2294.
This commit is contained in:
Sven Fuchs 2013-02-26 23:56:56 +01:00
parent e6b0ae2294
commit 91a186e6b8

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.advanceReadiness();
});
minispade.require('travis')
bootstrapTravis()
</script>
</head>
<body id="home"></body>