Skip to content

Commit

Permalink
Move script tag inside body.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Michael Howitz committed Jun 21, 2019
1 parent 16c9031 commit cfb1321
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/App/dtml/copyright.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@

</main>

<script>
// Helpers for Menu Handling
var manage_menu = typeof window.parent.frames!="undefined"&&typeof window.parent.frames.manage_menu!="undefined";
window.parent.history.replaceState('','Main','/zope_copyright')
</script>
</body>
<script>
// Helpers for Menu Handling
var manage_menu = typeof window.parent.frames!="undefined"&&typeof window.parent.frames.manage_menu!="undefined";
window.parent.history.replaceState('','Main','/zope_copyright')
</script>
</html>
</html>

0 comments on commit cfb1321

Please sign in to comment.