delay calling things until the document is ready

This commit is contained in:
Sven Fuchs 2013-02-26 23:37:31 +01:00
parent 603e5f6fc5
commit e6b0ae2294

View File

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