added id tags to body elements #259

Merged
bones7242 merged 1 commit from body-id-tags into master 2017-11-10 16:17:34 +01:00
5 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@
<!-- google analytics -->
{{ googleAnalytics }}
</head>
<body>
<body id="channel-body">
<script src="/assets/js/generalFunctions.js"></script>
<script src="/assets/js/navBarFunctions.js"></script>
{{> navBar}}

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<body id="embed-video-player">
<style type="text/css">
video {

View file

@ -21,7 +21,7 @@
<!-- google analytics -->
{{ googleAnalytics }}
</head>
<body>
<body id="main-body">
<script src="/assets/js/generalFunctions.js"></script>
<script src="/assets/js/validationFunctions.js"></script>
<script src="/assets/js/publishFileFunctions.js"></script>

View file

@ -18,7 +18,7 @@
<!-- google analytics -->
{{ googleAnalytics }}
</head>
<body>
<body id="show-body">
<script src="/assets/js/generalFunctions.js"></script>
<script src="/assets/js/navBarFunctions.js"></script>
{{> navBar}}

View file

@ -16,7 +16,7 @@
<!-- google analytics -->
{{ googleAnalytics }}
</head>
<body>
<body id="showlite-body">
{{{ body }}}
<script src="/assets/js/showFunctions.js"></script>
</body>