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">
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user