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