Remove inline script from default.hbs

closes #1268
This commit is contained in:
Hannah Wolfe 2013-11-16 18:47:55 +00:00
parent 9aa14162f0
commit 8e9b27f0b5
2 changed files with 1 additions and 4 deletions

View File

@ -73,4 +73,5 @@
window.Ghost = Ghost;
window.addEventListener("load", Ghost.init, false);
}());

View File

@ -56,9 +56,5 @@
{{{ghostScriptTags}}}
{{{block "bodyScripts"}}}
<script>
Ghost.init();
</script>
</body>
</html>