mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
9aa14162f0
commit
8e9b27f0b5
2 changed files with 1 additions and 4 deletions
|
@ -73,4 +73,5 @@
|
|||
|
||||
window.Ghost = Ghost;
|
||||
|
||||
window.addEventListener("load", Ghost.init, false);
|
||||
}());
|
||||
|
|
|
@ -56,9 +56,5 @@
|
|||
{{{ghostScriptTags}}}
|
||||
|
||||
{{{block "bodyScripts"}}}
|
||||
|
||||
<script>
|
||||
Ghost.init();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue