Merge pull request #259 from lbryio/body-id-tags

added id tags to body elements
This commit is contained in:
Bill Bittner 2017-11-10 07:17:34 -08:00 committed by GitHub
commit 22b067141c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>