Revert "defer calling things until the document is ready"
This reverts commit 5ae74ddcdc
.
This commit is contained in:
parent
b93ce53a7f
commit
24a38d03e0
|
@ -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');
|
Travis.run()
|
||||||
Travis.run();
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body id="home"></body>
|
<body id="home"></body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user