defer calling things until the document is ready

This commit is contained in:
Sven Fuchs 2013-02-26 23:39:03 +01:00
parent 47765ba8c0
commit 5ae74ddcdc

View File

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