Revert "delay calling things until the document is ready"
This reverts commit e6b0ae2294
.
This commit is contained in:
parent
e6b0ae2294
commit
91a186e6b8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user